From 46273ba25641e652f83bfa08b3d2bd55a57e55e8 Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Tue, 27 Aug 2013 15:48:55 -0700 Subject: mesa: Bump version to 9.2 (final) Signed-off-by: Ian Romanick --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'SConstruct') diff --git a/SConstruct b/SConstruct index 622ff367fa9..b40a4680f2a 100644 --- a/SConstruct +++ b/SConstruct @@ -70,7 +70,7 @@ if env['gles']: # Environment setup env.Append(CPPDEFINES = [ - ('PACKAGE_VERSION', '\\"9.2.0-rc2\\"'), + ('PACKAGE_VERSION', '\\"9.2.0\\"'), ('PACKAGE_BUGREPORT', '\\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\\"'), ]) -- cgit v1.2.3