We are at version 2.6.0 now.

git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@813 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
spanne 2009-04-05 13:50:17 +00:00
parent a733f57992
commit 68b0bc11aa
2 changed files with 8 additions and 6 deletions

View File

@ -2,8 +2,8 @@
/* 0 ICON DISCARDABLE "OpenGL.ico" */
1 VERSIONINFO
FILEVERSION 2,4,0,0
PRODUCTVERSION 2,4,0,0
FILEVERSION 2,6,0,0
PRODUCTVERSION 2,6,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, 4, 0, 0\0"
VALUE "FileVersion", "2, 6, 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, 4, 0, 0\0"
VALUE "ProductVersion", "2, 6, 0, 0\0"
/* VALUE "SpecialBuild", "\0" */
END
END

View File

@ -1,5 +1,5 @@
#
# spec file for package freeglut (Version 2.4.0)
# spec file for package freeglut (Version 2.6.0)
#
# Copyright (c) 2005 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -15,7 +15,7 @@ BuildRequires: Mesa-devel gcc-c++ libdrm-devel
Name: freeglut
Summary: Freely Licensed Alternative to the GLUT Library
Version: 2.4.0
Version: 2.6.0
Release: 1
URL: http://freeglut.sourceforge.net/
Source0: http://switch.dl.sourceforge.net/sourceforge/freeglut/freeglut-%{version}.tar.gz
@ -108,6 +108,8 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/libglut.so
%changelog -n freeglut
* Sun Apr 05 2009 - sven.panne@aedion.de
- updated to release 2.6.0
* Sat Aug 05 2006 - sven.panne@aedion.de
- Updated build requirements for SuSE 10.1
* Mon Jun 13 2005 - sven.panne@aedion.de