diff options
author | Cedric BAIL <cedric.bail@free.fr> | 2012-10-20 14:28:35 +0000 |
---|---|---|
committer | Cedric BAIL <cedric.bail@free.fr> | 2012-10-20 14:28:35 +0000 |
commit | f616302b6ac48632587d204cc280a0dfe6b5ba9a (patch) | |
tree | 440153de9220735888366fecbafe2ac9e4d2ef0b | |
parent | 32e63261ba417cbd6451c1fe3699e14119a164ff (diff) |
ef: 1.7.1 release.v1.7.1
SVN revision: 78286
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -13,3 +13,7 @@ | |||
13 | 2012-08-30 Carsten Haitzler (The Rasterman) | 13 | 2012-08-30 Carsten Haitzler (The Rasterman) |
14 | 14 | ||
15 | 1.7.0 release | 15 | 1.7.0 release |
16 | |||
17 | 2012-10-20 Cedric Bail | ||
18 | |||
19 | 1.7.1 release | ||
diff --git a/configure.ac b/configure.ac index 966fc93..23605c4 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.7.0], [enlightenment-devel@lists.sourceforge.net]) | 6 | AC_INIT([expedite], [1.7.1], [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]) |