diff options
author | Christian Persch <chpe@src.gnome.org> | 2007-12-16 21:28:52 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2007-12-16 21:28:52 +0800 |
commit | 2effa8540bf73f1e9b9d6d9e79c7fa70669cd02b (patch) | |
tree | f87db95a306468446489e021fe5c6d42ca7b9bf2 /configure.ac | |
parent | c7eb6ec2b2cc81b24acfe2b838ce2a941011258e (diff) | |
download | gsoc2013-epiphany-2effa8540bf73f1e9b9d6d9e79c7fa70669cd02b.tar.gz gsoc2013-epiphany-2effa8540bf73f1e9b9d6d9e79c7fa70669cd02b.tar.zst gsoc2013-epiphany-2effa8540bf73f1e9b9d6d9e79c7fa70669cd02b.zip |
Post release version bump.
svn path=/trunk/; revision=7778
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 96790e160..fa6a1d351 100644 --- a/configure.ac +++ b/configure.ac @@ -18,7 +18,7 @@ m4_define([epiphany_version_major],[2]) m4_define([epiphany_version_minor],[21]) -m4_define([epiphany_version_micro],[4]) +m4_define([epiphany_version_micro],[5]) m4_define([epiphany_version],[epiphany_version_major.epiphany_version_minor.epiphany_version_micro]) # This can be either "trunk" or "branches/gnome-x-y" |