diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-02-10 03:08:13 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-02-10 03:08:13 +0800 |
commit | 85d6b0d9fe214111fc52327afddd80ddb3409fa4 (patch) | |
tree | 394be2f2463f375997bea5a5f217e57aa812fe4d /configure.ac | |
parent | 6a8870b44b3366322aef4e2e76408355618bed87 (diff) | |
download | gsoc2013-empathy-85d6b0d9fe214111fc52327afddd80ddb3409fa4.tar gsoc2013-empathy-85d6b0d9fe214111fc52327afddd80ddb3409fa4.tar.gz gsoc2013-empathy-85d6b0d9fe214111fc52327afddd80ddb3409fa4.tar.bz2 gsoc2013-empathy-85d6b0d9fe214111fc52327afddd80ddb3409fa4.tar.lz gsoc2013-empathy-85d6b0d9fe214111fc52327afddd80ddb3409fa4.tar.xz gsoc2013-empathy-85d6b0d9fe214111fc52327afddd80ddb3409fa4.tar.zst gsoc2013-empathy-85d6b0d9fe214111fc52327afddd80ddb3409fa4.zip |
Prepare for 0.21.90 release
svn path=/trunk/; revision=611
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index 3ed951659..baafa5298 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(Empathy, 0.21.6, http://bugzilla.gnome.org/browse.cgi?product=empathy) +AC_INIT(Empathy, 0.21.90, http://bugzilla.gnome.org/browse.cgi?product=empathy) AC_PREREQ(2.59) AC_COPYRIGHT([ Copyright (C) 2003-2007 Imendio AB @@ -9,11 +9,11 @@ AC_COPYRIGHT([ # (Interfaces removed: CURRENT++, AGE=0, REVISION=0) # (Interfaces added: CURRENT++, AGE++, REVISION=0) # (No interfaces changed: REVISION++) -LIBEMPATHY_CURRENT=9 -LIBEMPATHY_AGE=2 +LIBEMPATHY_CURRENT=10 +LIBEMPATHY_AGE=0 LIBEMPATHY_REVISION=0 -LIBEMPATHY_GTK_CURRENT=9 +LIBEMPATHY_GTK_CURRENT=10 LIBEMPATHY_GTK_AGE=0 LIBEMPATHY_GTK_REVISION=0 |