diff options
author | Xan Lopez <xan@gnome.org> | 2009-08-11 00:59:08 +0800 |
---|---|---|
committer | Xan Lopez <xan@gnome.org> | 2009-08-11 00:59:08 +0800 |
commit | 51cb85f8bed28408d4e1f962bc5f48facde5344f (patch) | |
tree | fcc5a9ea6e671fc73ce621031e151a3dc0c8d718 | |
parent | 3c94dd2ac7259216ae32f42888dbedba645aee30 (diff) | |
download | gsoc2013-epiphany-51cb85f8bed28408d4e1f962bc5f48facde5344f.tar.gz gsoc2013-epiphany-51cb85f8bed28408d4e1f962bc5f48facde5344f.tar.zst gsoc2013-epiphany-51cb85f8bed28408d4e1f962bc5f48facde5344f.zip |
configure.ac: post-release version bump
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 0d9bb6df1..208e6c768 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],[90]) +m4_define([epiphany_version_micro],[91]) m4_define([epiphany_version],[epiphany_version_major.epiphany_version_minor.epiphany_version_micro]) # This can be either "trunk" or "branches/gnome-x-y" |