Revision: 950
http://freeglut.svn.sourceforge.net/freeglut/?rev=950&view=rev
Author: fayjf
Date: 2011-12-13 03:59:58 +0000 (Tue, 13 Dec 2011)
Log Message:
-----------
Updating copyright and version information in "freeglut.rc" file per suggestion from Martin Payne in e-mail dated 12/12/11, 3:16 AM
Modified Paths:
--------------
trunk/freeglut/freeglut/freeglut.rc
Modified: trunk/freeglut/freeglut/freeglut.rc
===================================================================
--- trunk/freeglut/freeglut/freeglut.rc 2011-12-13 03:48:26 UTC (rev 949)
+++ trunk/freeglut/freeglut/freeglut.rc 2011-12-13 03:59:58 UTC (rev 950)
@@ -2,8 +2,8 @@
/* 0 ICON DISCARDABLE "OpenGL.ico" */
1 VERSIONINFO
- FILEVERSION 2,7,0,0
- PRODUCTVERSION 2,7,0,0
+ FILEVERSION 2,8,0,0
+ PRODUCTVERSION 2,8,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@@ -21,14 +21,14 @@
/* VALUE "Comments", "\0" */
/* VALUE "CompanyName", "\0" */
VALUE "FileDescription", "Freeglut OpenGL Utility Toolkit\0"
- VALUE "FileVersion", "2, 7, 0, 0\0"
+ VALUE "FileVersion", "2, 8, 0, 0\0"
VALUE "InternalName", "freeglutdll\0"
- VALUE "LegalCopyright", "Copyright \xA9 1999-2000 Pawel W. Olszta\0"
+ VALUE "LegalCopyright", "Copyright \xA9 1999-2000 Pawel W. Olszta, 2000-2011 Stephen J. Baker\0"
/* VALUE "LegalTrademarks", "\0" */
VALUE "OriginalFilename", "freeglut.dll\0"
/* VALUE "PrivateBuild", "\0" */
VALUE "ProductName", "Freeglut OpenGL Utility Toolkit\0"
- VALUE "ProductVersion", "2, 7, 0, 0\0"
+ VALUE "ProductVersion", "2, 8, 0, 0\0"
/* VALUE "SpecialBuild", "\0" */
END
END
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|