diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-12-12 19:13:27 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-12-12 19:13:27 +0800 |
commit | 73e93562b1c039277cffec515e4fa3a19189feac (patch) | |
tree | 585d52dabc34d67f80a737b9fdbf801ccd8be72c | |
parent | a05517b6231251a7ab03fc82404958310d9b79fa (diff) | |
download | gsoc2013-epiphany-73e93562b1c039277cffec515e4fa3a19189feac.tar gsoc2013-epiphany-73e93562b1c039277cffec515e4fa3a19189feac.tar.gz gsoc2013-epiphany-73e93562b1c039277cffec515e4fa3a19189feac.tar.bz2 gsoc2013-epiphany-73e93562b1c039277cffec515e4fa3a19189feac.tar.lz gsoc2013-epiphany-73e93562b1c039277cffec515e4fa3a19189feac.tar.xz gsoc2013-epiphany-73e93562b1c039277cffec515e4fa3a19189feac.tar.zst gsoc2013-epiphany-73e93562b1c039277cffec515e4fa3a19189feac.zip |
=== Release 1.9.3.1 ===Release1931
2005-12-12 Christian Persch <chpe@cvs.gnome.org>
=== Release 1.9.3.1 ===
* NEWS:
* configure.ac:
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | NEWS | 15 | ||||
-rw-r--r-- | configure.ac | 2 |
3 files changed, 23 insertions, 1 deletions
@@ -1,5 +1,12 @@ 2005-12-12 Christian Persch <chpe@cvs.gnome.org> + === Release 1.9.3.1 === + + * NEWS: + * configure.ac: + +2005-12-12 Christian Persch <chpe@cvs.gnome.org> + * data/Makefile.am: Fix desktop file install. @@ -1,3 +1,18 @@ +================ +Epiphany 1.9.3.1 +================ + +Changes + + * Fix desktop file install + +Updated translations: + + * Miloslav Trmac (cs) + * Reinout van Schouwen (nl) + * Theppitak Karoonboonyanan (th) + + ============== Epiphany 1.9.3 ============== diff --git a/configure.ac b/configure.ac index aec6a0d31..e8e99db66 100644 --- a/configure.ac +++ b/configure.ac @@ -15,7 +15,7 @@ # with this program; if not, write to the Free Software Foundation, Inc., # 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -AC_INIT([GNOME Web Browser],[1.9.3.90],[http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany],[epiphany]) +AC_INIT([GNOME Web Browser],[1.9.3.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany],[epiphany]) GNOME_COMMON_INIT |