diff options
author | Xan Lopez <xlopez@igalia.com> | 2011-05-02 12:03:51 +0800 |
---|---|---|
committer | Xan Lopez <xlopez@igalia.com> | 2011-05-02 12:03:51 +0800 |
commit | 2e8aa2c2683bb028d662a9aec93a8aa35400af15 (patch) | |
tree | 0937c5ea608ee073052ff6edc59328318192c327 | |
parent | 620d6b0f3e24e994b03be06cbedc74150bb3f713 (diff) | |
download | gsoc2013-epiphany-3.0.2.tar gsoc2013-epiphany-3.0.2.tar.gz gsoc2013-epiphany-3.0.2.tar.bz2 gsoc2013-epiphany-3.0.2.tar.lz gsoc2013-epiphany-3.0.2.tar.xz gsoc2013-epiphany-3.0.2.tar.zst gsoc2013-epiphany-3.0.2.zip |
[actual release] 3.0.2 (update version number!)3.0.2
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index d05f937fc..04c438db6 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ m4_define([epiphany_version_major],[3]) m4_define([epiphany_version_minor],[0]) -m4_define([epiphany_version_micro],[1]) +m4_define([epiphany_version_micro],[2]) m4_define([epiphany_version],[epiphany_version_major.epiphany_version_minor.epiphany_version_micro]) # This can be either "trunk" or "branches/gnome-x-y" |