diff options
author | Carsten Haitzler <raster@rasterman.com> | 2012-03-24 03:09:54 +0000 |
---|---|---|
committer | Carsten Haitzler <raster@rasterman.com> | 2012-03-24 03:09:54 +0000 |
commit | 4eb5f62d1566975443110aa99ad245ae7f023fd3 (patch) | |
tree | b31db7e7e15d139dbfcb7cf6c1cc8458d677905a /configure.ac | |
parent | 6a1612abb247528b0689cd9ac1f8f47b8eee3552 (diff) |
missing -alpha
SVN revision: 69595
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 a914164..02dbcee 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], [enlightenment-devel@lists.sourceforge.net]) | 6 | AC_INIT([expedite], [1.2.0]-alpha, [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]) |