diff options
Diffstat (limited to 'mesalib/SConstruct')
-rw-r--r-- | mesalib/SConstruct | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mesalib/SConstruct b/mesalib/SConstruct index 834e9d58a..b00a7fe1c 100644 --- a/mesalib/SConstruct +++ b/mesalib/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\\"'), ]) |