summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDaniel Elstner <danielk@openismus.com>2009-08-26 18:53:51 +0200
committerDaniel Elstner <danielk@openismus.com>2009-08-26 18:53:51 +0200
commit34896d7c43738571abefbbf4b61807d680836505 (patch)
tree882a68c9f63823de971f26a47e814b1547498829 /configure.ac
parentd0f8cca37092c3192cc44575ecc20ddfdb9a19f4 (diff)
downloadsigc++-34896d7c43738571abefbbf4b61807d680836505.tar.gz
Bump version to 2.2.5 and update NEWS
* configure.ac (AC_INIT): Increment version number to 2.2.5. * NEWS: Write news entry for libsigc++ 2.2.5.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d6ae9a1..08b78d3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@
## You should have received a copy of the GNU Lesser General Public License
## along with this library. If not, see <http://www.gnu.org/licenses/>.
-AC_INIT([libsigc++], [2.2.4],
+AC_INIT([libsigc++], [2.2.5],
[http://bugzilla.gnome.org/enter_bug.cgi?product=libsigc%2B%2B],
[libsigc++], [http://libsigc.sourceforge.net/])
AC_PREREQ([2.59])