changeset 406:10d0c1670a88

increased version number to 2.7
author Volker Grabsch <vog@notjusthosting.com>
date Fri, 19 Jun 2009 05:28:20 +0200
parents ac4d20aecc11
children 80f8bb0d7730
files Makefile doc/index.html
diffstat 2 files changed, 37 insertions(+), 21 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Fri Jun 19 05:02:47 2009 +0200
+++ b/Makefile	Fri Jun 19 05:28:20 2009 +0200
@@ -5,7 +5,7 @@
 TARGET             := i386-mingw32msvc
 SOURCEFORGE_MIRROR := kent.dl.sourceforge.net
 
-VERSION  := 2.6
+VERSION  := 2.7
 PREFIX   := $(PWD)/usr
 PKG_DIR  := $(PWD)/pkg
 TMP_DIR   = $(PWD)/tmp-$(1)
--- a/doc/index.html	Fri Jun 19 05:02:47 2009 +0200
+++ b/doc/index.html	Fri Jun 19 05:28:20 2009 +0200
@@ -351,36 +351,20 @@
 
     <dl>
 
-    <dt>2009-06-19 &ndash; Release 2.6</dt>
+    <dt>2009-xx-xx &ndash; Release 2.7</dt>
     <dd>
         <p>
-        <a href="http://www.profv.de/mingw_cross_env/mingw_cross_env-2.6.tar.gz">Download</a> |
-        <a href="http://www.profv.de/mingw_cross_env/hgweb.cgi?cl=2.6">Changelog</a>
+        <a href="http://www.profv.de/mingw_cross_env/mingw_cross_env-2.7.tar.gz">Download</a> |
+        <a href="http://www.profv.de/mingw_cross_env/hgweb.cgi?cl=2.7">Changelog</a>
         </p>
 
         <p>
-        This release contains some portability fixes
-        which allow it to run on a wider range of systems
-        such as Frugalware.
-        </p>
-
-        <p>
-        The documentation and website are completely revised.
-        </p>
-
-        <p>
-        New packages such as
-        CppUnit, libUsb, NSIS, Popt, SQLite and Theora
-        are supported.
+        This release ...
         </p>
 
         <p>
         Almost all packages are updated to their latest version.
         </p>
-
-        <p>
-        A new command "make download" is implemented.
-        </p>
     </dd>
 
     <dt>Old Releases</dt>
@@ -683,6 +667,38 @@
 
     <dl>
 
+    <dt>2009-06-19 &ndash; Release 2.6</dt>
+    <dd>
+        <p>
+        <a href="http://www.profv.de/mingw_cross_env/mingw_cross_env-2.6.tar.gz">Download</a> |
+        <a href="http://www.profv.de/mingw_cross_env/hgweb.cgi?cl=2.6">Changelog</a>
+        </p>
+
+        <p>
+        This release contains some portability fixes
+        which allow it to run on a wider range of systems
+        such as Frugalware.
+        </p>
+
+        <p>
+        The documentation and website are completely revised.
+        </p>
+
+        <p>
+        New packages such as
+        CppUnit, libUsb, NSIS, Popt, SQLite and Theora
+        are supported.
+        </p>
+
+        <p>
+        Almost all packages are updated to their latest version.
+        </p>
+
+        <p>
+        A new command "make download" is implemented.
+        </p>
+    </dd>
+
     <dt>2009-04-06 &ndash; Release 2.5</dt>
     <dd>
         <p>