diff options
author | Luis Felipe Strano Moraes <lfelipe@profusion.mobi> | 2012-12-07 17:47:46 +0000 |
---|---|---|
committer | Luis Felipe Strano Moraes <lfelipe@profusion.mobi> | 2012-12-07 17:47:46 +0000 |
commit | 04e065874955007fef8efd8be6977118f8a06668 (patch) | |
tree | 989da405691dc7e43a807b44dcd836901154f196 | |
parent | 59c825def77ac989d360b017c7668ec6cfb5c4d1 (diff) |
New stable release: 1.7.3v1.7.3
SVN revision: 80477
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | NEWS | 7 | ||||
-rw-r--r-- | configure.ac | 2 |
3 files changed, 12 insertions, 2 deletions
@@ -22,3 +22,8 @@ | |||
22 | 22 | ||
23 | 1.7.2 release | 23 | 1.7.2 release |
24 | 24 | ||
25 | 2012-12-07 Luis Felipe Strano Moraes | ||
26 | |||
27 | * 1.7.3 release | ||
28 | |||
29 | |||
@@ -1,4 +1,9 @@ | |||
1 | Expedite 1.7.2 | 1 | Expedite 1.7.3 |
2 | |||
3 | Changes since Expedite 1.7.2: | ||
4 | ----------------------------- | ||
5 | |||
6 | No changes, just updating to keep in sync with last release. | ||
2 | 7 | ||
3 | Changes since Expedite 1.7.1: | 8 | Changes since Expedite 1.7.1: |
4 | ----------------------------- | 9 | ----------------------------- |
diff --git a/configure.ac b/configure.ac index 667ab6f..2d498c8 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.2], [enlightenment-devel@lists.sourceforge.net]) | 6 | AC_INIT([expedite], [1.7.3], [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]) |