diff options
author | Ian Romanick <[email protected]> | 2013-08-22 15:21:55 -0700 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2013-08-22 15:21:55 -0700 |
commit | fe6526f4398551c62237c37671f2325bbfa02c2e (patch) | |
tree | 1668c81a7a7d23ef3c4b83d73935d79cd7ff46d6 /SConstruct | |
parent | 08b192d26a4478d9004cc02a3b657fd9fd6b6521 (diff) |
mesa: Bump version to 9.2-rc2mesa-9.2-rc2
Signed-off-by: Ian Romanick <[email protected]>
Diffstat (limited to 'SConstruct')
-rw-r--r-- | SConstruct | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct index a75bcb9a362..622ff367fa9 100644 --- a/SConstruct +++ b/SConstruct @@ -70,7 +70,7 @@ if env['gles']: # Environment setup env.Append(CPPDEFINES = [ - ('PACKAGE_VERSION', '\\"9.2.0-rc1\\"'), + ('PACKAGE_VERSION', '\\"9.2.0-rc2\\"'), ('PACKAGE_BUGREPORT', '\\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\\"'), ]) |