diff options
author | Xan Lopez <xan@gnome.org> | 2010-05-24 20:02:58 +0800 |
---|---|---|
committer | Xan Lopez <xan@gnome.org> | 2010-05-25 04:16:05 +0800 |
commit | 42bce29b27e0c188dfec852c7fad6093fdf9ab50 (patch) | |
tree | f30ba78ebab768c649f278126c0b21593b96e98c /configure.ac | |
parent | f269d5a184b884dcc4927f5667d1ef4c9acad8a8 (diff) | |
download | gsoc2013-epiphany-42bce29b27e0c188dfec852c7fad6093fdf9ab50.tar.gz gsoc2013-epiphany-42bce29b27e0c188dfec852c7fad6093fdf9ab50.tar.zst gsoc2013-epiphany-42bce29b27e0c188dfec852c7fad6093fdf9ab50.zip |
2.31.22.31.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 77ffac959..4d4918d8d 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ m4_define([epiphany_version_major],[2]) m4_define([epiphany_version_minor],[31]) -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" |