commit ecd612df178fd5d41471173070a25c003a6cd4a7
Author: phantomjinx <p.g.richard...@phantomjinx.co.uk>
Date:   Tue May 17 21:59:52 2011 +0100

    Update version.sh script with new version number

 version.sh |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/version.sh b/version.sh
index f32f70e..0386123 100755
--- a/version.sh
+++ b/version.sh
@@ -4,10 +4,10 @@ if [ -d .git ]; then
   COMMIT=`git rev-parse --short HEAD`
 
   # Use this line for unstable dev builds
-  REVISION="2.0.2.${COMMIT}"
+  REVISION="2.1.0.${COMMIT}"
 
   # Use this line for releases
-  #REVISION="2.0.2"
+  #REVISION="2.1.0"
 
   echo $REVISION > version
 fi

------------------------------------------------------------------------------
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its 
next-generation tools to help Windows* and Linux* C/C++ and Fortran 
developers boost performance applications - including clusters. 
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
gtkpod-cvs2 mailing list
gtkpod-cvs2@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2

Reply via email to