diff options
author | Xan Lopez <xan@gnome.org> | 2009-06-16 02:00:59 +0800 |
---|---|---|
committer | Xan Lopez <xan@gnome.org> | 2009-06-16 02:00:59 +0800 |
commit | bdf8631b265ae36af46b871d268977a9f666cf4b (patch) | |
tree | 2b1f423639c9f8b27f3891e20458e90281cba84e /configure.ac | |
parent | 30af1fc4748fdf8009c8c0d1787e15bf16bd064f (diff) | |
download | gsoc2013-epiphany-bdf8631b265ae36af46b871d268977a9f666cf4b.tar.gz gsoc2013-epiphany-bdf8631b265ae36af46b871d268977a9f666cf4b.tar.zst gsoc2013-epiphany-bdf8631b265ae36af46b871d268977a9f666cf4b.zip |
configure.ac: post-release version bump.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 12469783f..6e3d0a041 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ m4_define([epiphany_version_major],[2]) m4_define([epiphany_version_minor],[27]) -m4_define([epiphany_version_micro],[3]) +m4_define([epiphany_version_micro],[4]) m4_define([epiphany_version],[epiphany_version_major.epiphany_version_minor.epiphany_version_micro]) # This can be either "trunk" or "branches/gnome-x-y" |