summaryrefslogtreecommitdiff
path: root/VERSION
AgeCommit message (Collapse)AuthorFilesLines
2014-06-24Update VERSION to 10.2.2Carl Worth1-1/+1
In preparation for the 10.2.2 release.
2014-06-06Bump version to 10.2.1mesa-10.2.1Ian Romanick1-1/+1
2014-06-06Bump version to 10.2 (final)mesa-10.2Ian Romanick1-1/+1
Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
2014-05-30Bump version to 10.2-rc5mesa-10.2-rc5Ian Romanick1-1/+1
Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
2014-05-23Bump version to 10.2-rc4mesa-10.2-rc4Ian Romanick1-1/+1
Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
2014-05-16Bump version to 10.2-rc3mesa-10.2-rc3Ian Romanick1-1/+1
Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
2014-05-09mesa: Bump version to 10.2-rc2Ian Romanick1-1/+1
Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
2014-05-02mesa: Bump version to 10.2-rc1mesa-10.2-rc1Ian Romanick1-1/+1
Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
2014-02-06mesa: Bump version to 10.2.0-develChris Forbes1-1/+1
Signed-off-by: Chris Forbes <chrisf@ijw.co.nz>
2013-11-17mesa: bump version to 10.1 (devel)Chris Forbes1-1/+1
Now that branch 10.0 is created, bump the minor version in master. Signed-off-by: Chris Forbes <chrisf@ijw.co.nz> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
2013-10-12mesa: Bump version to 10.0.0.Paul Berry1-1/+1
Mesa now supports OpenGL 3.2 and GLSL 1.50, so bump the Mesa major version from 9 to 10 to reflect this. Reviewed-by: Matt Turner <mattst88@gmail.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Reviewed-by: Chris Forbes <chrisf@ijw.co.nz> Reviewed-by: Ian Romanick <ian.d.romanick@intel.com> Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
2013-07-29build: unify mesa version by using a VERSION fileEmil Velikov1-0/+1
Rather than having to keep track of all the build systems and their respecitve definition of the mesa version, use a single top file VERSION. Every build system is responsible for reading/parsing the file and using it v2: * remove useless bulletpoint from the documentation, suggested by Matt * "Androing is Linux. Use '/' in stead of '\'", spotted by Chad V * use cleaner code to get the version in scons, suggested by Chad V v3: * ensure leading and trailing whitespace characters are stripped while parsing * android: handle GNU shell commands approapriately Reviewed-by: Matt Turner <mattst88@gmail.com> Reviewed-by: Chad Versace <chad.versace@linux.intel.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>