diff options
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 8 insertions, 2 deletions
@@ -1,3 +1,9 @@ +=============== +Epiphany 3.22.0 +=============== + +- Updated translations + ================ Epiphany 3.21.92 ================ diff --git a/configure.ac b/configure.ac index 4719c0893..223dbf29d 100644 --- a/configure.ac +++ b/configure.ac @@ -15,8 +15,8 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. m4_define([epiphany_version_major],[3]) -m4_define([epiphany_version_minor],[21]) -m4_define([epiphany_version_micro],[92]) +m4_define([epiphany_version_minor],[22]) +m4_define([epiphany_version_micro],[0]) 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]) |