diff options
author | Christian Persch <chpe@svn.gnome.org> | 2007-02-27 04:14:21 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2007-02-27 04:14:21 +0800 |
commit | de60c35c265045358bc14d388ff8d4fdb8007f88 (patch) | |
tree | 1991f56aa234ef3a76a081b22d3f77c3d3272765 | |
parent | 16209dbae9191c64a51b8216fe7a3834e5183e77 (diff) | |
download | gsoc2013-epiphany-de60c35c265045358bc14d388ff8d4fdb8007f88.tar gsoc2013-epiphany-de60c35c265045358bc14d388ff8d4fdb8007f88.tar.gz gsoc2013-epiphany-de60c35c265045358bc14d388ff8d4fdb8007f88.tar.bz2 gsoc2013-epiphany-de60c35c265045358bc14d388ff8d4fdb8007f88.tar.lz gsoc2013-epiphany-de60c35c265045358bc14d388ff8d4fdb8007f88.tar.xz gsoc2013-epiphany-de60c35c265045358bc14d388ff8d4fdb8007f88.tar.zst gsoc2013-epiphany-de60c35c265045358bc14d388ff8d4fdb8007f88.zip |
=== Release 2.17.92 ==
2007-02-26 Christian Persch <chpe@svn.gnome.org>
=== Release 2.17.92 ==
* configure.ac:
svn path=/trunk/; revision=6923
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,9 @@ +2007-02-26 Christian Persch <chpe@svn.gnome.org> + + === Release 2.17.92 == + + * configure.ac: + 2007-02-23 Christian Persch <chpe@svn.gnome.org> * embed/mozilla/EphyFind.cpp: diff --git a/configure.ac b/configure.ac index 3e8d95564..4b0e4d546 100644 --- a/configure.ac +++ b/configure.ac @@ -29,7 +29,7 @@ EPIPHANY_MAJOR=2.17 EPIPHANY_API_VERSION=2.17 # This should stay at the major version of the latest stable releases -EPIPHANY_UA_VERSION=2.16 +EPIPHANY_UA_VERSION=2.18 AC_SUBST([EPIPHANY_MAJOR]) AC_SUBST([EPIPHANY_API_VERSION]) |