aboutsummaryrefslogtreecommitdiff
path: root/dep/g3dlite/source/license.cpp
diff options
context:
space:
mode:
authorjackpoz <giacomopoz@gmail.com>2014-08-22 16:58:23 +0200
committerjackpoz <giacomopoz@gmail.com>2014-08-22 21:00:56 +0200
commit5e8277e923c5545a15bae7c740ab6afaa597a59f (patch)
tree4cf5212c080588a7e868ee60134fc7fff51e400a /dep/g3dlite/source/license.cpp
parenta63aa858dcb400eafb97eed1f590e34c27d934a4 (diff)
Core/Dependencies: Update G3D to v9.0 r4036
Diffstat (limited to 'dep/g3dlite/source/license.cpp')
-rw-r--r--dep/g3dlite/source/license.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/dep/g3dlite/source/license.cpp b/dep/g3dlite/source/license.cpp
index 5049184cf9b..e2b9f2583d5 100644
--- a/dep/g3dlite/source/license.cpp
+++ b/dep/g3dlite/source/license.cpp
@@ -24,7 +24,7 @@ std::string license() {
"%s"
"This program uses the G3D Library (http://g3d.sf.net), which\n"
"is licensed under the \"Modified BSD\" Open Source license. The G3D library\n"
-"source code is Copyright © 2000-2010, Morgan McGuire, All rights reserved.\n"
+"source code is Copyright © 2000-2011, Morgan McGuire, All rights reserved.\n"
"This program uses The OpenGL Extension Wrangler Library, which \n"
"is licensed under the \"Modified BSD\" Open Source license. \n"
"The OpenGL Extension Wrangler Library source code is\n"
@@ -59,7 +59,7 @@ std::string license() {
"\n\n"
"G3D VERSION %d\n",
-#ifdef G3D_WIN32
+#ifdef G3D_WINDOWS
"" // Win32 doesn't use SDL
#else
"This software uses the Simple DirectMedia Layer library (\"SDL\",\n"