diff options
author | Vincent Untz <vuntz@gnome.org> | 2011-05-23 23:10:50 +0200 |
---|---|---|
committer | Vincent Untz <vuntz@gnome.org> | 2011-05-23 23:10:50 +0200 |
commit | 2c3fbcb7d16a3913d78bfe073a4ce6d35b768532 (patch) | |
tree | 96ac1570c4296faa91cd6212318819defa7c7b19 | |
parent | 67cb10479b35abe6c70a057a1dabc71b73080c19 (diff) | |
download | libwnck-2c3fbcb7d16a3913d78bfe073a4ce6d35b768532.tar.gz |
release: 3.0.23.0.2
-rw-r--r-- | NEWS | 8 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 10 insertions, 2 deletions
@@ -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 |