From a8c8c5f8d228db7b85e981fc9abb3940debd599c Mon Sep 17 00:00:00 2001 From: Kenneth Graunke Date: Thu, 25 Jul 2013 13:33:02 -0700 Subject: mesa: Bump version to 9.3.0-devel. This should have been done when making the 9.2 branch, but was missed. --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'SConstruct') diff --git a/SConstruct b/SConstruct index 834e9d58a8..b00a7fe1c9 100644 --- a/SConstruct +++ b/SConstruct @@ -70,7 +70,7 @@ if env['gles']: # Environment setup env.Append(CPPDEFINES = [ - ('PACKAGE_VERSION', '\\"9.2.0-devel\\"'), + ('PACKAGE_VERSION', '\\"9.3.0-devel\\"'), ('PACKAGE_BUGREPORT', '\\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\\"'), ]) -- cgit v1.2.3