Skip to content

Commit a8c8c5f

Browse files
committed
mesa: Bump version to 9.3.0-devel.
This should have been done when making the 9.2 branch, but was missed.
1 parent 7d24d1b commit a8c8c5f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Android.common.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ LOCAL_C_INCLUDES += \
3535

3636
# define ANDROID_VERSION (e.g., 4.0.x => 0x0400)
3737
LOCAL_CFLAGS += \
38-
-DPACKAGE_VERSION=\"9.2.0-devel\" \
38+
-DPACKAGE_VERSION=\"9.3.0-devel\" \
3939
-DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" \
4040
-DANDROID_VERSION=0x0$(MESA_ANDROID_MAJOR_VERSION)0$(MESA_ANDROID_MINOR_VERSION)
4141

SConstruct

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ if env['gles']:
7070
# Environment setup
7171

7272
env.Append(CPPDEFINES = [
73-
('PACKAGE_VERSION', '\\"9.2.0-devel\\"'),
73+
('PACKAGE_VERSION', '\\"9.3.0-devel\\"'),
7474
('PACKAGE_BUGREPORT', '\\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\\"'),
7575
])
7676

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dnl Tell the user about autoconf.html in the --help output
66
m4_divert_once([HELP_END], [
77
See docs/autoconf.html for more details on the options for Mesa.])
88

9-
AC_INIT([Mesa], [9.2.0-devel],
9+
AC_INIT([Mesa], [9.3.0-devel],
1010
[https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa])
1111
AC_CONFIG_AUX_DIR([bin])
1212
AC_CONFIG_MACRO_DIR([m4])

0 commit comments

Comments
 (0)