diff options
author | toma <toma> | 2010-01-17 02:33:48 +0000 |
---|---|---|
committer | toma <toma@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33> | 2010-01-17 02:33:48 +0000 |
commit | 6687a465cf0c4947646dd29cb8d5e36e0fe8649d (patch) | |
tree | 61b946b336dc5801bffc63f6ad71c520f5eeb718 /configure.ac | |
parent | 9469eef95c3a2874862dde694d66f9f4c3ac4add (diff) |
Expedite 0.7.0 now with a nicer look! Reworked graphics to bring it more in-line with EFL current look. Also added a logo.png file that can be easily changed without upsetting the start interface. If you use this version, you may experience different performance results in comparision to the older version so please consider this when using it for benchmarking.
SVN revision: 45237
Diffstat (limited to '')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 5910beb..e59ce97 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], [0.6.0], [enlightenment-devel@lists.sourceforge.net]) | 6 | AC_INIT([expedite], [0.7.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]) |