mesa: Bump version to 9.3.0-devel.
authorKenneth Graunke <kenneth@whitecape.org>
Thu, 25 Jul 2013 20:33:02 +0000 (13:33 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Thu, 25 Jul 2013 20:34:53 +0000 (13:34 -0700)
This should have been done when making the 9.2 branch, but was missed.

Android.common.mk
SConstruct
configure.ac

index c6ee4e1dbea9c8043232cfe3c7709e5cee8e727b..dd37104b08e73ee2afb3e6ba58dff68e14a6179f 100644 (file)
@@ -35,7 +35,7 @@ LOCAL_C_INCLUDES += \
 
 # define ANDROID_VERSION (e.g., 4.0.x => 0x0400)
 LOCAL_CFLAGS += \
-       -DPACKAGE_VERSION=\"9.2.0-devel\" \
+       -DPACKAGE_VERSION=\"9.3.0-devel\" \
        -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" \
        -DANDROID_VERSION=0x0$(MESA_ANDROID_MAJOR_VERSION)0$(MESA_ANDROID_MINOR_VERSION)
 
index 834e9d58a89f95afaf54891334cf60b67cb6ac1d..b00a7fe1c989fdf4fffa70e10f2ba8a7a292711f 100644 (file)
@@ -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\\"'),
 ])
 
index 4eb9d18c4d58dcafc49b3acc22b3022e11ce3a21..425b6eef79d250bc3096fc577def11d508520f53 100644 (file)
@@ -6,7 +6,7 @@ dnl Tell the user about autoconf.html in the --help output
 m4_divert_once([HELP_END], [
 See docs/autoconf.html for more details on the options for Mesa.])
 
-AC_INIT([Mesa], [9.2.0-devel],
+AC_INIT([Mesa], [9.3.0-devel],
     [https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa])
 AC_CONFIG_AUX_DIR([bin])
 AC_CONFIG_MACRO_DIR([m4])