[mw-devel] MW3 r1033 - in trunk: . src
welshbyte at sucs.org
welshbyte at sucs.org
Sat Apr 12 22:18:07 BST 2008
Author: welshbyte
Date: 2008-04-12 22:18:07 +0100 (Sat, 12 Apr 2008)
New Revision: 1033
Modified:
trunk/Makefile
trunk/mw.spec
trunk/src/Makefile
Log:
Release new version, bump to 2.16.*
Modified: trunk/Makefile
===================================================================
--- trunk/Makefile 2008-04-03 09:20:53 UTC (rev 1032)
+++ trunk/Makefile 2008-04-12 21:18:07 UTC (rev 1033)
@@ -1,6 +1,6 @@
# this is duplicated here to get the filenames right
VERSION_MAJOR= 2
-VERSION_MINOR= 15
+VERSION_MINOR= 16
VERSION_TWEAK= $(shell svnversion -c .|cut -d : -f 2)
VERSION=$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_TWEAK)
Modified: trunk/mw.spec
===================================================================
--- trunk/mw.spec 2008-04-03 09:20:53 UTC (rev 1032)
+++ trunk/mw.spec 2008-04-12 21:18:07 UTC (rev 1033)
@@ -1,7 +1,7 @@
%{expand: %%define changeset %(svnversion -c .|cut -d : -f 2)}
Summary: Milliways III talker and BBS
Name: mw3
-Version: 2.15.%{changeset}
+Version: 2.16.%{changeset}
Release: 1
License: GPL
Group: Applications/Communications
@@ -56,6 +56,9 @@
%doc %{_libdir}/mw/README
%changelog
+* Sat Apr 12 2008 Andrew Price <welshbyte at sucs.org>
+- release 2.16.1033 including file layout changes
+
* Wed Mar 19 2008 Graham Cole <chckens at sucs.org>
- release 2.15.1011 hopefully killing off Alarm clock crashes
Modified: trunk/src/Makefile
===================================================================
--- trunk/src/Makefile 2008-04-03 09:20:53 UTC (rev 1032)
+++ trunk/src/Makefile 2008-04-12 21:18:07 UTC (rev 1033)
@@ -10,7 +10,7 @@
# These two only for change after a branch
VERSION_MAJOR= 2
-VERSION_MINOR= 15
+VERSION_MINOR= 16
# Change this one on feature increases/fixes, return to 0 on branch
VERSION_TWEAK= $(shell svnversion -c .|cut -d : -f 2)
More information about the mw-devel
mailing list