diff options
author | Xan Lopez <xlopez@igalia.com> | 2011-06-14 04:47:13 +0800 |
---|---|---|
committer | Xan Lopez <xlopez@igalia.com> | 2011-06-14 04:59:40 +0800 |
commit | 42fc55f3abdabe3e17e5abd8ff78e68fa1ae5626 (patch) | |
tree | 2ea9469f1574b9bdde178b7b47183f3374827593 /configure.ac | |
parent | 48af7536609e9e902694785901ee2ba3dc43f4f9 (diff) | |
download | gsoc2013-epiphany-42fc55f3abdabe3e17e5abd8ff78e68fa1ae5626.tar gsoc2013-epiphany-42fc55f3abdabe3e17e5abd8ff78e68fa1ae5626.tar.gz gsoc2013-epiphany-42fc55f3abdabe3e17e5abd8ff78e68fa1ae5626.tar.bz2 gsoc2013-epiphany-42fc55f3abdabe3e17e5abd8ff78e68fa1ae5626.tar.lz gsoc2013-epiphany-42fc55f3abdabe3e17e5abd8ff78e68fa1ae5626.tar.xz gsoc2013-epiphany-42fc55f3abdabe3e17e5abd8ff78e68fa1ae5626.tar.zst gsoc2013-epiphany-42fc55f3abdabe3e17e5abd8ff78e68fa1ae5626.zip |
[release] 3.1.23.1.2
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 cfc0df35d..218841517 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ m4_define([epiphany_version_major],[3]) m4_define([epiphany_version_minor],[1]) -m4_define([epiphany_version_micro],[0]) +m4_define([epiphany_version_micro],[2]) m4_define([epiphany_version],[epiphany_version_major.epiphany_version_minor.epiphany_version_micro]) # This can be either "trunk" or "branches/gnome-x-y" |