aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2012-08-21 20:06:46 -0500
committerCharles Kerr <charles.kerr@canonical.com>2012-08-21 20:06:46 -0500
commitd4f4fa39b6cb87f0658f727a100eb913c74478ee (patch)
treee3876bacc38d0621bb4898bd48ab58559658027f
parent402fffb5f852115dc4c14519e4daaf419166a7d0 (diff)
downloadayatana-ido-d4f4fa39b6cb87f0658f727a100eb913c74478ee.tar.gz
ayatana-ido-d4f4fa39b6cb87f0658f727a100eb913c74478ee.tar.bz2
ayatana-ido-d4f4fa39b6cb87f0658f727a100eb913c74478ee.zip
bump to 12.10.0
-rw-r--r--NEWS2
-rw-r--r--configure.ac6
2 files changed, 5 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index e69de29..a3995c7 100644
--- a/NEWS
+++ b/NEWS
@@ -0,0 +1,2 @@
+12.10.0:
+ * new widget IdoSwitchMenuItem
diff --git a/configure.ac b/configure.ac
index 9306054..0ef71bc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,9 +1,9 @@
#
# shamelessly stolen from clutter-gtk
#
-m4_define([ido_major_version], [0])
-m4_define([ido_minor_version], [3])
-m4_define([ido_micro_version], [4])
+m4_define([ido_major_version], [12])
+m4_define([ido_minor_version], [10])
+m4_define([ido_micro_version], [0])
m4_define([ido_api_version],
[ido_major_version.ido_minor_version])