http://code.google.com/p/mcedaemon/source/detail?r=78
Modified:
/trunk/Changelog
/trunk/Makefile
=======================================
--- /trunk/Changelog Wed May 12 18:49:03 2010
+++ /trunk/Changelog Sun Jun 13 09:17:05 2010
@@ -1,4 +1,7 @@
%changelog
+* Sun Jun 13 2010 Tim Hockin <tho...@hockin.org>
+ - Bump to 2.0.4 for release.
+
* Wed May 12 2010 Tim Hockin <tho...@google.com>
- Fix man page nits (mad...@google.com). [mced.8]
=======================================
--- /trunk/Makefile Wed Apr 14 16:36:36 2010
+++ /trunk/Makefile Sun Jun 13 09:17:05 2010
@@ -5,7 +5,7 @@
BUILD_CONFIG = $(TOPDIR)/BUILD_CONFIG
# project version
-PRJ_VERSION = 2.0.3
+PRJ_VERSION = 2.0.4
# assign build options default values
# Use '?=' variable assignment so ENV variables can be used.