[ogre] Prepare for making a clean 1.7.4 tarball

Bruno Wolff III bruno at fedoraproject.org
Mon Apr 2 00:31:02 UTC 2012


commit 66df9a31d72058b5fea17ec9e5b8fb1738ded827
Author: Bruno Wolff III <bruno at wolff.to>
Date:   Sun Apr 1 16:10:03 2012 -0500

    Prepare for making a clean 1.7.4 tarball

 ogre-make-clean.sh |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/ogre-make-clean.sh b/ogre-make-clean.sh
index ec736aa..ba93c5f 100755
--- a/ogre-make-clean.sh
+++ b/ogre-make-clean.sh
@@ -3,7 +3,7 @@
 set -e
 set -x
 
-version=1.7.3
+version=1.7.4
 
 [ ! -e ogre-${version} ]
 
@@ -14,7 +14,7 @@ cd ogre_src_v$(echo ${version} | tr . -)
 # - Non-free licensed headers under RenderSystems/GL/include/GL removed
 rm RenderSystems/GL/include/GL/{gl,glext,glxext,glxtokens,wglext}.h
 
-# - GLEW sources updated to 1.5.5
+# - GLEW sources updated to 1.6.0
 rpm -q glew-devel glew-debuginfo
 cp -f /usr/include/GL/{glew,glxew,wglew}.h RenderSystems/GL/include/GL/
 cp -f /usr/src/debug/glew-*/src/glew.c RenderSystems/GL/src/glew.cpp


More information about the scm-commits mailing list