Revision: 608
http://jazzplusplus.svn.sourceforge.net/jazzplusplus/?rev=608&view=rev
Author: pstieber
Date: 2008-09-01 22:28:55 +0000 (Mon, 01 Sep 2008)
Log Message:
-----------
1. Fixed a typo in a comment.
2. Bumped up the minor version number to indicate the switch to wxWidgets 2.8.8. The
version number is now at 5.4.12.
Modified Paths:
--------------
trunk/jazz/src/JazzPlusPlusApplication.h
Modified: trunk/jazz/src/JazzPlusPlusApplication.h
===================================================================
--- trunk/jazz/src/JazzPlusPlusApplication.h 2008-09-01 22:26:24 UTC (rev 607)
+++ trunk/jazz/src/JazzPlusPlusApplication.h 2008-09-01 22:28:55 UTC (rev 608)
@@ -119,7 +119,7 @@
// Ver Date Description
// 4 ? Unknown for all prior versions. Might be filled in by
// looking at old commit messages.
-// 5 1/21/2008 Start of the Jazz++ development revizal.
+// 5 1/21/2008 Start of the Jazz++ development revival.
//
// Returns:
// int:
@@ -141,6 +141,8 @@
// 3 1/21/2008 Major refactoring here to get the code compiling with
// wxWidgets 2.8.7 and recent compilers including Visual Studio
// .NET 2005 and GCC 4.
+// 4 9/1/2008 Updated to wxWidgets version 2.8.8.
+//
// Returns:
// int:
// The application's minor version number.
@@ -148,7 +150,7 @@
inline
int JZJazzPlusPlusApplication::GetMinorVersion() const
{
- return 0;
+ return 4;
}
//-----------------------------------------------------------------------------
@@ -159,11 +161,12 @@
// ? ? Unknown for all prior versions. Might be filled in by
// looking at old commit messages.
// 11 1/21/2008 See minor version 3.
+// 12 9/1/2008 See minor version 4.
//-----------------------------------------------------------------------------
inline
int JZJazzPlusPlusApplication::GetBuildNumber() const
{
- return 11;
+ return 12;
}
#endif // !defined(JZ_JAZZPLUSPLUSAPPLICATION_H)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|