diff options
author | Xan Lopez <xlopez@igalia.com> | 2011-09-07 01:14:28 +0800 |
---|---|---|
committer | Xan Lopez <xlopez@igalia.com> | 2011-09-07 01:14:28 +0800 |
commit | 4d9ac80834b33db640bffe436796c5513e5226ec (patch) | |
tree | ed56c848d0e1e07a46a18eda999f95d268fecbc7 /configure.ac | |
parent | 4bd5ca329c07b8e8b3a2736c77dd862175cdf37b (diff) | |
download | gsoc2013-epiphany-4d9ac80834b33db640bffe436796c5513e5226ec.tar.gz gsoc2013-epiphany-4d9ac80834b33db640bffe436796c5513e5226ec.tar.zst gsoc2013-epiphany-4d9ac80834b33db640bffe436796c5513e5226ec.zip |
[release] 3.1.913.1.91
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 2e3fa5780..c140f433d 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],[90]) +m4_define([epiphany_version_micro],[91]) m4_define([epiphany_version],[epiphany_version_major.epiphany_version_minor.epiphany_version_micro]) # This can be either "trunk" or "branches/gnome-x-y" |