summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Untz <vuntz@gnome.org>2011-05-23 23:10:50 +0200
committerVincent Untz <vuntz@gnome.org>2011-05-23 23:10:50 +0200
commit2c3fbcb7d16a3913d78bfe073a4ce6d35b768532 (patch)
tree96ac1570c4296faa91cd6212318819defa7c7b19
parent67cb10479b35abe6c70a057a1dabc71b73080c19 (diff)
downloadlibwnck-2c3fbcb7d16a3913d78bfe073a4ce6d35b768532.tar.gz
release: 3.0.23.0.2
-rw-r--r--NEWS8
-rw-r--r--configure.ac4
2 files changed, 10 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 5e1f6b3..8b206f5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,12 @@
=============
+Version 3.0.2
+=============
+
+ Translators
+
+ * Sahran (ug)
+
+=============
Version 3.0.0
=============
diff --git a/configure.ac b/configure.ac
index 80e0636..c593907 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ AC_PREREQ(2.62)
m4_define([wnck_major_version], [3])
m4_define([wnck_minor_version], [0])
-m4_define([wnck_micro_version], [1])
+m4_define([wnck_micro_version], [2])
m4_define([wnck_version],
[wnck_major_version.wnck_minor_version.wnck_micro_version])
@@ -26,7 +26,7 @@ LIBWNCK_CURRENT=0
dnl increment any time the source changes; set to
dnl 0 if you increment CURRENT
-LIBWNCK_REVISION=0
+LIBWNCK_REVISION=1
dnl increment if any interfaces have been added; set to 0
dnl if any interfaces have been changed or removed. removal has