bump to 1.0

This commit is contained in:
Mike Blumenkrantz 2014-10-12 02:49:18 -04:00
parent df8453e9ee
commit 4150edd70d
2 changed files with 3 additions and 7 deletions

View File

@ -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) $< $@

View File

@ -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, zmike@enlightenment.org)
AC_INIT(desksanity, 1.0, zmike@enlightenment.org)
AC_CONFIG_MACRO_DIR([m4])
AC_PREREQ(2.52)
AC_CONFIG_SRCDIR(configure.ac)