diff options
author | Xan Lopez <xlopez@igalia.com> | 2011-08-30 19:50:30 +0800 |
---|---|---|
committer | Xan Lopez <xlopez@igalia.com> | 2011-08-30 19:50:30 +0800 |
commit | d1745e6703c6856176bb32bf352146ce62f28951 (patch) | |
tree | 8f1e31e201f0e3c854d7ac86f8c28c823a82992f /configure.ac | |
parent | 2b04778f114d97dba2e9240bef6c5ba57f372f50 (diff) | |
download | gsoc2013-epiphany-d1745e6703c6856176bb32bf352146ce62f28951.tar.gz gsoc2013-epiphany-d1745e6703c6856176bb32bf352146ce62f28951.tar.zst gsoc2013-epiphany-d1745e6703c6856176bb32bf352146ce62f28951.zip |
[release] 3.1.903.1.90
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 dec2be9f9..28eb038f8 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],[5]) +m4_define([epiphany_version_micro],[90]) m4_define([epiphany_version],[epiphany_version_major.epiphany_version_minor.epiphany_version_micro]) # This can be either "trunk" or "branches/gnome-x-y" |