[Hw4mdl-svn] SF.net SVN: hw4mdl: [184] trunk/moodle/bin/package.sh
Brought to you by:
jhlinder,
trollinger
From: <hu...@us...> - 2007-01-17 10:03:15
|
Revision: 184 http://svn.sourceforge.net/hw4mdl/?rev=184&view=rev Author: hugues Date: 2007-01-17 02:03:09 -0800 (Wed, 17 Jan 2007) Log Message: ----------- Preparing for next release: 1.0 Modified Paths: -------------- trunk/moodle/bin/package.sh Modified: trunk/moodle/bin/package.sh =================================================================== --- trunk/moodle/bin/package.sh 2007-01-17 10:01:27 UTC (rev 183) +++ trunk/moodle/bin/package.sh 2007-01-17 10:03:09 UTC (rev 184) @@ -1,11 +1,11 @@ #!/bin/bash DEBUG=1 -#DEV=1 +DEV=1 SVN_URL_BASE=https://svn.sourceforge.net/svnroot/hw4mdl -VERSION=0.9 +VERSION=1.0 REPO_VERSION=`svn -q -r HEAD log ${SVN_URL_BASE} | awk '(NR==2) { print $1;}'` if [ -n "$DEV" ]; then This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |