diff options
author | Xan Lopez <xlopez@igalia.com> | 2011-11-22 05:45:25 +0800 |
---|---|---|
committer | Xan Lopez <xlopez@igalia.com> | 2011-11-22 05:45:25 +0800 |
commit | 2a99be9a3c2848b5fd3b9c96591963962570bb71 (patch) | |
tree | cfb326cf9331235a5602af0dc73e3868827ec0aa /configure.ac | |
parent | 1ea903e6e4f0079501486409b16887edfc8fd0b0 (diff) | |
download | gsoc2013-epiphany-2a99be9a3c2848b5fd3b9c96591963962570bb71.tar.gz gsoc2013-epiphany-2a99be9a3c2848b5fd3b9c96591963962570bb71.tar.zst gsoc2013-epiphany-2a99be9a3c2848b5fd3b9c96591963962570bb71.zip |
[release] 3.3.23.3.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 39d35e5d0..fab971163 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ m4_define([epiphany_version_major],[3]) m4_define([epiphany_version_minor],[3]) -m4_define([epiphany_version_micro],[1]) +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" |