diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index b8ff21c7d..f9049763f 100644 --- a/configure.ac +++ b/configure.ac @@ -17,8 +17,8 @@ m4_define([epiphany_version_major],[2]) m4_define([epiphany_version_minor],[91]) -m4_define([epiphany_version_micro],[91]) -m4_define([epiphany_version],[epiphany_version_major.epiphany_version_minor.epiphany_version_micro.1]) +m4_define([epiphany_version_micro],[92]) +m4_define([epiphany_version],[epiphany_version_major.epiphany_version_minor.epiphany_version_micro]) # This can be either "trunk" or "branches/gnome-x-y" m4_define([epiphany_branch],["trunk"]) |