Bump version for 3.2.3

Not a GNOME Shell release, but it's useful to tag mass-uploads of
extensions (expecially for translations).
This commit is contained in:
Giovanni Campagna
2011-12-16 22:11:51 +01:00
parent 374abed8a1
commit fb74dff5d9
2 changed files with 10 additions and 1 deletions
+9
View File
@@ -1,3 +1,12 @@
3.2.2
=====
* various: fix missing GLib import
* workspace-indicator: fix when removing the last workspace
* alternative-status-menu: fix long standing crash without avatar
* alternate-tab: use GConf binding names
* all: remove GSettings usage and allow local installation
* all: update translations
3.2.2
=====
* made extensions self-contained with respect to translations
+1 -1
View File
@@ -1,5 +1,5 @@
AC_PREREQ(2.63)
AC_INIT([gnome-shell-extensions],[3.2.2],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell&component=extensions])
AC_INIT([gnome-shell-extensions],[3.2.3],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell&component=extensions])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([config])