diff options
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 8810e9b53..a9a5a4cd1 100644 --- a/configure.ac +++ b/configure.ac @@ -17,8 +17,8 @@ m4_define([epiphany_version_major],[2]) m4_define([epiphany_version_minor],[24]) -m4_define([epiphany_version_micro],[0]) -m4_define([epiphany_version_extra],[-svn]) +m4_define([epiphany_version_micro],[1]) +m4_define([epiphany_version_extra],[]) m4_define([epiphany_version],[epiphany_version_major.epiphany_version_minor.epiphany_version_micro()epiphany_version_extra]) m4_define([epiphany_build_id],[20080528]) # The date of the 2.22.2 release |