diff options
author | Xan Lopez <xan@gnome.org> | 2010-02-10 21:46:41 +0800 |
---|---|---|
committer | Xan Lopez <xan@gnome.org> | 2010-02-10 21:46:41 +0800 |
commit | addf47ed45a78c18d432060c1bbbce27ef310254 (patch) | |
tree | 3f90f2663b932e83521a5080bbd424acd95ae4eb | |
parent | 84610779148a7b467e6db0443e61dcd5ff436621 (diff) | |
download | gsoc2013-epiphany-2.29.90.1.tar.gz gsoc2013-epiphany-2.29.90.1.tar.zst gsoc2013-epiphany-2.29.90.1.zip |
2.29.90.12.29.90.1
-rw-r--r-- | NEWS | 8 | ||||
-rw-r--r-- | configure.ac | 3 |
2 files changed, 10 insertions, 1 deletions
@@ -1,3 +1,11 @@ +================== +Epiphany 2.29.90.1 +================== + +Changes: + + - Fix crasher when storing passwords. + ================ Epiphany 2.29.90 ================ diff --git a/configure.ac b/configure.ac index ceb83c4e5..6eb6f5807 100644 --- a/configure.ac +++ b/configure.ac @@ -18,7 +18,8 @@ m4_define([epiphany_version_major],[2]) m4_define([epiphany_version_minor],[29]) m4_define([epiphany_version_micro],[90]) -m4_define([epiphany_version],[epiphany_version_major.epiphany_version_minor.epiphany_version_micro]) +m4_define([epiphany_version_femto],[1]) +m4_define([epiphany_version],[epiphany_version_major.epiphany_version_minor.epiphany_version_micro.epiphany_version_femto]) # This can be either "trunk" or "branches/gnome-x-y" m4_define([epiphany_branch],["trunk"]) |