diff options
author | Claudio Saavedra <csaavedra@igalia.com> | 2013-10-15 20:56:18 +0800 |
---|---|---|
committer | Claudio Saavedra <csaavedra@igalia.com> | 2013-10-15 20:56:18 +0800 |
commit | e5212825a634437917fa8aff9f748755cdfb56c1 (patch) | |
tree | e0123636627b76e8d88092afdbaeadd62683b460 | |
parent | 23ded8295d25dca40c615f5653ebe0b8c42889b4 (diff) | |
download | gsoc2013-epiphany-e5212825a634437917fa8aff9f748755cdfb56c1.tar gsoc2013-epiphany-e5212825a634437917fa8aff9f748755cdfb56c1.tar.gz gsoc2013-epiphany-e5212825a634437917fa8aff9f748755cdfb56c1.tar.bz2 gsoc2013-epiphany-e5212825a634437917fa8aff9f748755cdfb56c1.tar.lz gsoc2013-epiphany-e5212825a634437917fa8aff9f748755cdfb56c1.tar.xz gsoc2013-epiphany-e5212825a634437917fa8aff9f748755cdfb56c1.tar.zst gsoc2013-epiphany-e5212825a634437917fa8aff9f748755cdfb56c1.zip |
[release] 3.10.13.10.1
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 16ee1d75f..255dc0051 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ m4_define([epiphany_version_major],[3]) m4_define([epiphany_version_minor],[10]) -m4_define([epiphany_version_micro],[0]) +m4_define([epiphany_version_micro],[1]) m4_define([epiphany_version],[epiphany_version_major.epiphany_version_minor.epiphany_version_micro]) AC_INIT([GNOME Web Browser],[epiphany_version],[http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany],[epiphany]) |