diff options
-rw-r--r-- | NEWS | 7 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 8 insertions, 1 deletions
@@ -1,3 +1,10 @@ +GNOME Screenshot 3.3.2 - 6th February 2012 +========================================== + +- Make non-interactive mode headless +- Update to the new shell Screenshot API +- Port to GApplication + GNOME Screenshot 3.3.1 - 25th October 2011 ========================================== diff --git a/configure.ac b/configure.ac index 2b2aebc..edca452 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl -*- mode: m4 -*- AC_PREREQ(2.63) -AC_INIT([gnome-screenshot],[3.3.1],[],[gnome-screenshot]) +AC_INIT([gnome-screenshot],[3.3.2],[],[gnome-screenshot]) AC_CONFIG_HEADERS(config.h) AC_CONFIG_MACRO_DIR([m4]) |