Bumping the version number up to 2.7.0 -- we are now into the new "unstable" build for the next go-around
git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@855 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
parent
103563ac3b
commit
e5e1e7df6c
@ -2,8 +2,8 @@
|
||||
/* 0 ICON DISCARDABLE "OpenGL.ico" */
|
||||
|
||||
1 VERSIONINFO
|
||||
FILEVERSION 2,6,0,0
|
||||
PRODUCTVERSION 2,6,0,0
|
||||
FILEVERSION 2,7,0,0
|
||||
PRODUCTVERSION 2,7,0,0
|
||||
FILEFLAGSMASK 0x3fL
|
||||
#ifdef _DEBUG
|
||||
FILEFLAGS 0x1L
|
||||
@ -21,14 +21,14 @@ BEGIN
|
||||
/* VALUE "Comments", "\0" */
|
||||
/* VALUE "CompanyName", "\0" */
|
||||
VALUE "FileDescription", "Freeglut OpenGL Utility Toolkit\0"
|
||||
VALUE "FileVersion", "2, 6, 0, 0\0"
|
||||
VALUE "FileVersion", "2, 7, 0, 0\0"
|
||||
VALUE "InternalName", "freeglutdll\0"
|
||||
VALUE "LegalCopyright", "Copyright © 1999-2000 Pawel W. Olszta\0"
|
||||
/* VALUE "LegalTrademarks", "\0" */
|
||||
VALUE "OriginalFilename", "freeglut.dll\0"
|
||||
/* VALUE "PrivateBuild", "\0" */
|
||||
VALUE "ProductName", "Freeglut OpenGL Utility Toolkit\0"
|
||||
VALUE "ProductVersion", "2, 6, 0, 0\0"
|
||||
VALUE "ProductVersion", "2, 7, 0, 0\0"
|
||||
/* VALUE "SpecialBuild", "\0" */
|
||||
END
|
||||
END
|
||||
|
@ -34,7 +34,7 @@
|
||||
|
||||
/* XXX Update these for each release! */
|
||||
#define VERSION_MAJOR 2
|
||||
#define VERSION_MINOR 6
|
||||
#define VERSION_MINOR 7
|
||||
#define VERSION_PATCH 0
|
||||
|
||||
/* Freeglut is intended to function under all Unix/X11 and Win32 platforms. */
|
||||
|
Reference in New Issue
Block a user