diff options
author | Xan Lopez <xan@gnome.org> | 2009-07-28 00:30:02 +0800 |
---|---|---|
committer | Xan Lopez <xan@gnome.org> | 2009-07-28 00:30:02 +0800 |
commit | aa6ccc4a0104efc04e999d9e7811abf0fdc1f5ab (patch) | |
tree | 27b31cb5e9c2fcb7298404c7c2ee96655dd8ffd4 /configure.ac | |
parent | 06427437544c12179f635f566b865f1135de92ff (diff) | |
download | gsoc2013-epiphany-aa6ccc4a0104efc04e999d9e7811abf0fdc1f5ab.tar.gz gsoc2013-epiphany-aa6ccc4a0104efc04e999d9e7811abf0fdc1f5ab.tar.zst gsoc2013-epiphany-aa6ccc4a0104efc04e999d9e7811abf0fdc1f5ab.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 aa2d6a196..1dcaa937a 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],[5]) +m4_define([epiphany_version_micro],[6]) m4_define([epiphany_version],[epiphany_version_major.epiphany_version_minor.epiphany_version_micro]) # This can be either "trunk" or "branches/gnome-x-y" |