diff --git a/ChangeLog b/ChangeLog index 7648d9e..15256ef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,8 @@ * EcProcess.m: add memory commands 'class' and 'list' to record allocated instances of a specific class and list them... another memory debugging option. + * GNUmakefile: bump subminor version number for release + Version 1.1.1 release 2014-05-08 Richard Frith-Macdonald diff --git a/GNUmakefile b/GNUmakefile index 916a2c1..1da33fe 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -25,7 +25,7 @@ include $(GNUSTEP_MAKEFILES)/common.make -include ../local.make PACKAGE_NAME=EnterpriseControlConfigurationLogging -PACKAGE_VERSION=1.1.0 +PACKAGE_VERSION=1.1.1 Ec_INTERFACE_VERSION=1.1 SVN_BASE_URL=svn+ssh://svn.gna.org/svn/gnustep/libs