Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Blame | Last modification | View Log | Download | RSS feed

  1. #!/usr/bin/make -sf
  2. # Print the various Mesa version fields. This is mostly used to add the
  3. # version to configure.
  4.  
  5. # This reflects that this script is usually called from the toplevel
  6. TOP = .
  7.  
  8. include $(TOP)/configs/default
  9.  
  10. version:
  11.         @echo $(MESA_VERSION)
  12. major:
  13.         @echo $(MESA_MAJOR)
  14. minor:
  15.         @echo $(MESA_MINOR)
  16. tiny:
  17.         @echo $(MESA_TINY)
  18.