http://code.google.com/p/mcedaemon/source/detail?r=73
Modified:
/trunk/Changelog
/trunk/Makefile
=======================================
--- /trunk/Changelog Tue Apr 13 09:32:37 2010
+++ /trunk/Changelog Tue Apr 13 09:35:02 2010
@@ -2,7 +2,7 @@
* Tue Apr 13 2010 Tim Hockin <tho...@google.com>
- Change -O (--oldsocket) behavior to take an argument and open both the
old and new style sockets. [mced.c, mced.h, mced.8, rules.c]
- - Bump to 2.0.1 for release.
+ - Bump to 2.0.2 for release.
* Sat Feb 27 2010 Tim Hockin <tho...@google.com>
- Rename examples to be valid config files.
=======================================
--- /trunk/Makefile Tue Apr 13 09:32:37 2010
+++ /trunk/Makefile Tue Apr 13 09:35:02 2010
@@ -5,7 +5,7 @@
BUILD_CONFIG = $(TOPDIR)/BUILD_CONFIG
# project version
-PRJ_VERSION = 2.0.1
+PRJ_VERSION = 2.0.2
# assign build options default values
# Use '?=' variable assignment so ENV variables can be used.