diff options
author | Owen W. Taylor <otaylor@fishsoup.net> | 2011-03-28 23:19:36 -0400 |
---|---|---|
committer | Owen W. Taylor <otaylor@fishsoup.net> | 2011-03-28 23:19:36 -0400 |
commit | 8f5198821ee4008871b9e66be0df198041fa1ecb (patch) | |
tree | bb76a4407ad985908ed9b265e54265d6322053be | |
parent | 96c2b5ef323cb73db3a3d602681e71c1a6de1327 (diff) | |
download | gnome-shell-8f5198821ee4008871b9e66be0df198041fa1ecb.tar.gz |
Bump version to 2.91.932.91.93
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 1b61101b6..1971eecbc 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.63) -AC_INIT([gnome-shell],[2.91.92],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell],[gnome-shell]) +AC_INIT([gnome-shell],[2.91.93],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell],[gnome-shell]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_SRCDIR([src/shell-global.c]) @@ -63,7 +63,7 @@ AM_CONDITIONAL(BUILD_RECORDER, $build_recorder) CLUTTER_MIN_VERSION=1.5.15 GOBJECT_INTROSPECTION_MIN_VERSION=0.10.1 GJS_MIN_VERSION=0.7.11 -MUTTER_MIN_VERSION=2.91.91 +MUTTER_MIN_VERSION=2.91.93 GTK_MIN_VERSION=3.0.0 GIO_MIN_VERSION=2.25.9 LIBECAL_MIN_VERSION=2.32.0 |