diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | configure.ac | 6 |
2 files changed, 9 insertions, 3 deletions
@@ -1,5 +1,11 @@ 2007-03-11 Christian Persch <chpe@gnome.org> + * configure.ac: + + Bump version to 2.19.0, and set API version to 2.19. + +2007-03-11 Christian Persch <chpe@gnome.org> + * *: Correct FSF address. Bug #409075, patch by John Millikin. diff --git a/configure.ac b/configure.ac index 52f3c43c8..7b4815230 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.18.0.90],[http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany],[epiphany]) +AC_INIT([GNOME Web Browser],[2.19.0],[http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany],[epiphany]) GNOME_COMMON_INIT @@ -25,8 +25,8 @@ AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_SRCDIR([configure.ac]) -EPIPHANY_MAJOR=2.18 -EPIPHANY_API_VERSION=2.18 +EPIPHANY_MAJOR=2.19 +EPIPHANY_API_VERSION=2.19 # This should stay at the major version of the latest stable releases EPIPHANY_UA_VERSION=2.18 |