changeset 12:6396d40fee2e

Release 1.0
author Volker Grabsch <vog@notjusthosting.com>
date Tue, 19 Jun 2007 00:23:41 +0200
parents fbf5d7dbfad4
children 5689c85eb27f
files build_mingw_cross_env.sh
diffstat 1 files changed, 6 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/build_mingw_cross_env.sh	Mon Jun 18 22:33:25 2007 +0200
+++ b/build_mingw_cross_env.sh	Tue Jun 19 00:23:41 2007 +0200
@@ -5,15 +5,17 @@
 #---
 #   Build a MinGW cross compiling environment
 #
-#   Version:        -alpha-
-#   Homepage:       http://www.profv.de/mingw_cross_env/
-#   File name:      build_mingw_cross_env.sh
-#   Project start:  2007-06-12
+#   Version:    1.0
+#   Homepage:   http://www.profv.de/mingw_cross_env/
+#   File name:  build_mingw_cross_env.sh
 #
 #   This script compiles a MinGW cross compiler and cross compiles
 #   many free libraries such as GD and SDL. Thus, it provides you
 #   a nice MinGW cross compiling environment. All necessary source
 #   packages are downloaded automatically.
+#
+#   2007-06-12  Project start
+#   2007-06-19  Release 1.0
 #---