diff options
author | Carsten Haitzler <raster@rasterman.com> | 2012-04-26 04:35:43 +0000 |
---|---|---|
committer | Carsten Haitzler <raster@rasterman.com> | 2012-04-26 04:35:43 +0000 |
commit | cc6760cdc409f363ac47fe4057cacbecc0e124df (patch) | |
tree | 531e064a669073f7fe3a25a00c1cb6c3b8307bd6 /configure.ac | |
parent | ac17754b0455c86f89a0edf931b39330a89818a9 (diff) |
and removed the -beta tag...
SVN revision: 70489
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 4e8d0cc..a914164 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script. | |||
3 | # get rid of that stupid cache mechanism | 3 | # get rid of that stupid cache mechanism |
4 | rm -f config.cache | 4 | rm -f config.cache |
5 | 5 | ||
6 | AC_INIT([expedite], [1.2.0]-beta, [enlightenment-devel@lists.sourceforge.net]) | 6 | AC_INIT([expedite], [1.2.0], [enlightenment-devel@lists.sourceforge.net]) |
7 | AC_PREREQ([2.52]) | 7 | AC_PREREQ([2.52]) |
8 | AC_CONFIG_SRCDIR([configure.ac]) | 8 | AC_CONFIG_SRCDIR([configure.ac]) |
9 | AC_CONFIG_HEADERS([config.h]) | 9 | AC_CONFIG_HEADERS([config.h]) |