diff options
author | Luis Felipe Strano Moraes <lfelipe@profusion.mobi> | 2012-12-21 12:19:03 +0000 |
---|---|---|
committer | Luis Felipe Strano Moraes <lfelipe@profusion.mobi> | 2012-12-21 12:19:03 +0000 |
commit | 4e2a85eeb1f2e811856fdaa5a3d96d0a11f566a6 (patch) | |
tree | 6913daa9cf0f3c9862676e1f0996b38f169f28e6 | |
parent | 04e065874955007fef8efd8be6977118f8a06668 (diff) |
EFL 1.7.4 release.
SVN revision: 81543
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | NEWS | 7 | ||||
-rw-r--r-- | configure.ac | 2 |
3 files changed, 11 insertions, 2 deletions
@@ -26,4 +26,8 @@ | |||
26 | 26 | ||
27 | * 1.7.3 release | 27 | * 1.7.3 release |
28 | 28 | ||
29 | 2012-12-21 Luis Felipe Strano Moraes | ||
30 | |||
31 | * 1.7.4 release | ||
32 | |||
29 | 33 | ||
@@ -1,4 +1,9 @@ | |||
1 | Expedite 1.7.3 | 1 | Expedite 1.7.4 |
2 | |||
3 | Changes since Expedite 1.7.3: | ||
4 | ----------------------------- | ||
5 | |||
6 | No changes, just updating to keep in sync with last release. | ||
2 | 7 | ||
3 | Changes since Expedite 1.7.2: | 8 | Changes since Expedite 1.7.2: |
4 | ----------------------------- | 9 | ----------------------------- |
diff --git a/configure.ac b/configure.ac index 2d498c8..c776e17 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.3], [enlightenment-devel@lists.sourceforge.net]) | 6 | AC_INIT([expedite], [1.7.4], [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]) |