discomfitor pushed a commit to branch master. http://git.enlightenment.org/enlightenment/modules/desksanity.git/commit/?id=4150edd70d1292b4f806596989f2dc4d4490453d
commit 4150edd70d1292b4f806596989f2dc4d4490453d Author: Mike Blumenkrantz <[email protected]> Date: Sun Oct 12 02:49:18 2014 -0400 bump to 1.0 --- Makefile.am | 3 ++- configure.ac | 7 +------ 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/Makefile.am b/Makefile.am index da49de5..6f1bfa5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -17,7 +17,8 @@ files_DATA = module.desktop e-module-desksanity.edj # images/icon.png EXTRA_DIST = module.desktop.in \ e_modules-desksanity.spec.in \ e-module-desksanity.edc \ - epic-e-256.png + epic-e-256.png \ + win_shadow.png e-module-desksanity.edj: e-module-desksanity.edc $(EDJE_CC) -id $(top_srcdir) $< $@ diff --git a/configure.ac b/configure.ac index a003da9..4269323 100644 --- a/configure.ac +++ b/configure.ac @@ -1,9 +1,4 @@ -dnl Process this file with autoconf to produce a configure script. - -# get rid of that stupid cache mechanism -rm -f config.cache - -AC_INIT(desksanity, 0.6, [email protected]) +AC_INIT(desksanity, 1.0, [email protected]) AC_CONFIG_MACRO_DIR([m4]) AC_PREREQ(2.52) AC_CONFIG_SRCDIR(configure.ac) --
