[Sphere-axis-commits] CVS: Axis Axis.txt,1.20,1.21 drewsky.rc,1.27,1.28
Brought to you by:
pesterle
From: Philip E. <pes...@us...> - 2002-05-08 03:40:20
|
Update of /cvsroot/sphere-axis/Axis In directory usw-pr-cvs1:/tmp/cvs-serv30976 Modified Files: Axis.txt drewsky.rc Log Message: Updating axis.txt and build number related to resolution of tracker #553441. Index: Axis.txt =================================================================== RCS file: /cvsroot/sphere-axis/Axis/Axis.txt,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -r1.20 -r1.21 *** Axis.txt 5 May 2002 02:03:15 -0000 1.20 --- Axis.txt 8 May 2002 03:40:15 -0000 1.21 *************** *** 25,28 **** --- 25,29 ---- ============================================================================= Changes in version 0.13b (in development) + · Fixed bug where blockIP and UnblockIP weren't working with newer Sphere versions. · Checked to make sure hues were loaded before trying to draw the palette bitmap · Removed some extraneous log messages, and added messages for checksum failures Index: drewsky.rc =================================================================== RCS file: /cvsroot/sphere-axis/Axis/drewsky.rc,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -r1.27 -r1.28 *** drewsky.rc 6 May 2002 04:11:10 -0000 1.27 --- drewsky.rc 8 May 2002 03:40:15 -0000 1.28 *************** *** 1,4 **** //Microsoft Developer Studio generated resource script. ! // Last compiled 5/5/2002 at 22:10:6 #include "resource.h" --- 1,4 ---- //Microsoft Developer Studio generated resource script. ! // Last compiled 5/7/2002 at 21:38:0 #include "resource.h" *************** *** 2253,2258 **** VS_VERSION_INFO VERSIONINFO ! FILEVERSION 1,0,0,5 ! PRODUCTVERSION 1,0,0,5 FILEFLAGSMASK 0x3fL #ifdef _DEBUG --- 2253,2258 ---- VS_VERSION_INFO VERSIONINFO ! FILEVERSION 1,0,0,6 ! PRODUCTVERSION 1,0,0,6 FILEFLAGSMASK 0x3fL #ifdef _DEBUG *************** *** 2272,2276 **** VALUE "CompanyName", "\0" VALUE "FileDescription", "axis MFC Application\0" ! VALUE "FileVersion", "1, 0, 0, 5\0" VALUE "InternalName", "axis\0" VALUE "LegalCopyright", "Copyright (C) 1998-2002\0" --- 2272,2276 ---- VALUE "CompanyName", "\0" VALUE "FileDescription", "axis MFC Application\0" ! VALUE "FileVersion", "1, 0, 0, 6\0" VALUE "InternalName", "axis\0" VALUE "LegalCopyright", "Copyright (C) 1998-2002\0" *************** *** 2279,2283 **** VALUE "PrivateBuild", "\0" VALUE "ProductName", "Axis\0" ! VALUE "ProductVersion", "1, 0, 0, 5\0" VALUE "SpecialBuild", "\0" END --- 2279,2283 ---- VALUE "PrivateBuild", "\0" VALUE "ProductName", "Axis\0" ! VALUE "ProductVersion", "1, 0, 0, 6\0" VALUE "SpecialBuild", "\0" END |