OSDN Git Service

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 c6ee4e1..dd37104 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 834e9d5..b00a7fe 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 4eb9d18..425b6ee 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])