diff options
author | Xan Lopez <xan@igalia.com> | 2012-02-22 05:39:43 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-02-22 05:39:43 +0800 |
commit | 4561a7ace83312a59f29e956d76a6c93cd4f9bcb (patch) | |
tree | 1cf7b9f9788c0c5bfd88c28a1150d2af8a2159d7 /configure.ac | |
parent | 4ec4cae13cebf70a6b6a025bcd57329fb99ac235 (diff) | |
download | gsoc2013-epiphany-4561a7ace83312a59f29e956d76a6c93cd4f9bcb.tar.gz gsoc2013-epiphany-4561a7ace83312a59f29e956d76a6c93cd4f9bcb.tar.zst gsoc2013-epiphany-4561a7ace83312a59f29e956d76a6c93cd4f9bcb.zip |
[release] 3.3.903.3.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 fa4463db9..2a2113e47 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ m4_define([epiphany_version_major],[3]) m4_define([epiphany_version_minor],[3]) -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" |