summaryrefslogtreecommitdiffstats
path: root/SConstruct
diff options
context:
space:
mode:
authorIan Romanick <[email protected]>2013-08-22 15:21:55 -0700
committerIan Romanick <[email protected]>2013-08-22 15:21:55 -0700
commitfe6526f4398551c62237c37671f2325bbfa02c2e (patch)
tree1668c81a7a7d23ef3c4b83d73935d79cd7ff46d6 /SConstruct
parent08b192d26a4478d9004cc02a3b657fd9fd6b6521 (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--SConstruct2
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\\"'),
])