diff options
author | Lars Uebernickel <lars.uebernickel@canonical.com> | 2012-08-27 22:11:59 +0200 |
---|---|---|
committer | Lars Uebernickel <lars.uebernickel@canonical.com> | 2012-08-27 22:11:59 +0200 |
commit | 63717ffcbab6c083f8e8fc782753735701fbae26 (patch) | |
tree | 06d1580e535ff034b0095098ffff568cd578c34e | |
parent | bfdc8422316c9005045041a22ded09e568240ec2 (diff) | |
download | ayatana-ido-63717ffcbab6c083f8e8fc782753735701fbae26.tar.gz ayatana-ido-63717ffcbab6c083f8e8fc782753735701fbae26.tar.bz2 ayatana-ido-63717ffcbab6c083f8e8fc782753735701fbae26.zip |
12.10.1
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,2 +1,6 @@ +12.10.1: + * remove gtk2 support + * remove slider hack (lp #953757) + 12.10.0: * new widget IdoSwitchMenuItem diff --git a/configure.ac b/configure.ac index 963de1e..877c790 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ # m4_define([ido_major_version], [12]) m4_define([ido_minor_version], [10]) -m4_define([ido_micro_version], [0]) +m4_define([ido_micro_version], [1]) m4_define([ido_api_version], [ido_major_version.ido_minor_version]) |