diff options
author | Christian Persch <chpe@gnome.org> | 2007-05-14 02:53:07 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2007-05-14 02:53:07 +0800 |
commit | 9935b5471f2275eeb30cebfdcc74f5d538b56a2d (patch) | |
tree | 3d69a663dc7a4bb8b0217923bbd9a1faf7bf6284 | |
parent | bfec29105df01df047c9843fd8a1b0f5bab881d6 (diff) | |
download | gsoc2013-epiphany-9935b5471f2275eeb30cebfdcc74f5d538b56a2d.tar.gz gsoc2013-epiphany-9935b5471f2275eeb30cebfdcc74f5d538b56a2d.tar.zst gsoc2013-epiphany-9935b5471f2275eeb30cebfdcc74f5d538b56a2d.zip |
Post-release version bump.
2007-05-13 Christian Persch <chpe@gnome.org>
* configure.ac:
Post-release version bump.
svn path=/trunk/; revision=7028
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,5 +1,11 @@ 2007-05-13 Christian Persch <chpe@gnome.org> + * configure.ac: + + Post-release version bump. + +2007-05-13 Christian Persch <chpe@gnome.org> + === Release 2.19.2 == * configure.ac: diff --git a/configure.ac b/configure.ac index e196910f5..9a243a1be 100644 --- a/configure.ac +++ b/configure.ac @@ -15,7 +15,7 @@ # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA -AC_INIT([GNOME Web Browser],[2.19.2],[http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany],[epiphany]) +AC_INIT([GNOME Web Browser],[2.19.2.90],[http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany],[epiphany]) GNOME_COMMON_INIT |