update news, bump version

This commit is contained in:
Mike Blumenkrantz 2015-11-12 13:18:29 -05:00
parent 38103c2b95
commit 4141a1e316
2 changed files with 9 additions and 1 deletions

8
NEWS
View File

@ -1,3 +1,9 @@
Release 1.0.3
--------------------
Mike Blumenkrantz (1):
use correct int size for ds effect iterating
Release 1.0.2
--------------------
@ -13,3 +19,5 @@ Mike Blumenkrantz (3):
fix input regions on shaded clients after desk flip
fix multiscreen zoom and current desks zoom

View File

@ -1,4 +1,4 @@
AC_INIT(desksanity, 1.0.2, zmike@enlightenment.org)
AC_INIT(desksanity, 1.0.3, zmike@enlightenment.org)
AC_CONFIG_MACRO_DIR([m4])
AC_PREREQ(2.52)
AC_CONFIG_SRCDIR(configure.ac)