|
From: <rd...@us...> - 2010-09-15 00:51:21
|
Revision: 2027
http://digir.svn.sourceforge.net/digir/?rev=2027&view=rev
Author: rdg
Date: 2010-09-15 00:51:15 +0000 (Wed, 15 Sep 2010)
Log Message:
-----------
Updated version number.
Modified Paths:
--------------
tapirlink/trunk/ChangeLog.txt
tapirlink/trunk/make_release.sh
tapirlink/trunk/www/tapir_globals.php
Modified: tapirlink/trunk/ChangeLog.txt
===================================================================
--- tapirlink/trunk/ChangeLog.txt 2010-09-15 00:47:04 UTC (rev 2026)
+++ tapirlink/trunk/ChangeLog.txt 2010-09-15 00:51:15 UTC (rev 2027)
@@ -1,6 +1,6 @@
Release 0.7.1 (2010-09-14)
--------------------------
-(revision 2026)
+(revision 2027)
* Resources can now be configured to reject custom output models.
* Concepts are now automatically mapped by default.
Modified: tapirlink/trunk/make_release.sh
===================================================================
--- tapirlink/trunk/make_release.sh 2010-09-15 00:47:04 UTC (rev 2026)
+++ tapirlink/trunk/make_release.sh 2010-09-15 00:51:15 UTC (rev 2027)
@@ -34,7 +34,7 @@
TARNAME=TapirLink-$TP_VERSION.tar.gz
-tar --create --file $TARNAME --verbose --gzip --exclude=localconfig.php --exclude=.svn --exclude=darwin.xsl --exclude=darwin.xsd --exclude=darwin.xml --exclude=darwin.xml.bak --exclude=darwin.php --exclude=resources.tbl.lock --exclude=schema.tbl.lock --exclude=test_filter.php README.txt AUTHORS.txt INSTALL.txt COPYING.txt ChangeLog.txt www/ lib/ classes/ templates/ admin/ config/schemas.xml config/lsid_settings.xml.tmpl log/ cache/ stats/ statistics/
+tar --create --file $TARNAME --verbose --gzip --exclude=localconfig.php --exclude=.svn --exclude=darwin.xsl --exclude=darwin.xsd --exclude=darwin.xml --exclude=darwin.xml.bak --exclude=darwin.php --exclude=resources.tbl.lock --exclude=schema.tbl.lock --exclude=test_filter.php --exclude=TODO.txt --exclude=CLONE.txt README.txt AUTHORS.txt INSTALL.txt COPYING.txt ChangeLog.txt www/ lib/ classes/ templates/ admin/ config/schemas.xml config/lsid_settings.xml.tmpl log/ cache/ stats/ statistics/
# Untar in a temporary directory
DIRNAME=tapirlink-$TP_VERSION
Modified: tapirlink/trunk/www/tapir_globals.php
===================================================================
--- tapirlink/trunk/www/tapir_globals.php 2010-09-15 00:47:04 UTC (rev 2026)
+++ tapirlink/trunk/www/tapir_globals.php 2010-09-15 00:51:15 UTC (rev 2027)
@@ -586,7 +586,7 @@
define( 'TP_MIN_PHP_VERSION', '4.2.3' );
-define( 'TP_VERSION', '0.7.0' );
+define( 'TP_VERSION', '0.7.1' );
$revision = '$Revision$.';
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|