]> Shamusworld >> Repos - virtualjaguar/commitdiff
Update for 1.0.6 release
authorShamus Hammons <jlhamm@acm.org>
Fri, 29 Aug 2003 19:50:31 +0000 (19:50 +0000)
committerShamus Hammons <jlhamm@acm.org>
Fri, 29 Aug 2003 19:50:31 +0000 (19:50 +0000)
src/include/version.h
src/version.cpp

index 53322d1ebeeca2170f7f756a7c9e7321cb9b4020..4edc4248e7661cc5f0cb7955c4cc5058c4dc57a6 100644 (file)
@@ -1,14 +1,6 @@
-////////////////////////////////////////////////////////////////////////////////
 //
-////////////////////////////////////////////////////////////////////////////////
+// VERSION.H: Header file
 //
-//
-//
-//
-//
-//
-//
-////////////////////////////////////////////////////////////////////////////////
 
 #ifndef __VERSION_H__
 #define __VERSION_H__
@@ -20,4 +12,4 @@ void version_init(void);
 void version_display(FILE *);
 void version_done(void);
 
-#endif
+#endif // __VERSION_H__
index 798f8ff808a6bdffb1a08d73c721efea55e59ef1..e7b2c2859c091fd33e9394a72932dea95b0bf3ce 100644 (file)
@@ -1,7 +1,7 @@
 //
 // VERSION.CPP
 //
-// by cal2
+// by Cal2
 // GCC/SDL port by Niels Wagenaar (Linux/WIN32) and Caz (BeOS)
 // Cleanups by James L. Hammons
 //
@@ -14,7 +14,7 @@ void version_init(void)
 
 void version_display(FILE * fp)
 {
-       fprintf(fp, "VirtualJaguar v1.0.5 (Last full build on %s %s)\n", __DATE__, __TIME__);
+       fprintf(fp, "VirtualJaguar v1.0.6 (Last full build was on %s %s)\n", __DATE__, __TIME__);
 }
 
 void version_done(void)