summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 688cb28..e9bfcef 100644
--- a/NEWS
+++ b/NEWS
@@ -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])