Update of /cvsroot/mahogany/M/src/util
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv5210/src/util
Modified Files:
upgrade.cpp
Log Message:
version 0.67
Index: upgrade.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/util/upgrade.cpp,v
retrieving revision 1.225
retrieving revision 1.226
diff -b -u -2 -r1.225 -r1.226
--- upgrade.cpp 16 Jan 2006 20:32:28 -0000 1.225
+++ upgrade.cpp 30 Jul 2006 22:41:51 -0000 1.226
@@ -216,5 +216,6 @@
Version_065, // SSL flag is not boolean any more and not a flag at all
Version_066, // "/M/Profiles" -> "/Profiles"
- Version_Last = Version_066,// last existing version
+ Version_067 = Version_066, // no changes
+ Version_Last = Version_067, // last existing version
Version_Unknown // some unrecognized version
};
@@ -2870,4 +2871,8 @@
version.Truncate(version.Len() - 1);
+ // trailing ".0" is not significant neither
+ if ( version.Right(2) == _T(".0") )
+ version.Truncate(version.Len() - 2);
+
if ( version == _T("0.01") )
oldVersion = Version_Alpha001;
@@ -2887,7 +2892,7 @@
else if ( version == _T("0.64.1") || version == _T("0.64.2") )
oldVersion = Version_064_1;
- else if ( version == _T("0.65") || version == _T("0.65.0") )
+ else if ( version == _T("0.65") )
oldVersion = Version_065;
- else if ( version == _T("0.66") )
+ else if ( version == _T("0.66") || version == _T("0.67") )
oldVersion = Version_066;
else
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates