From 756d49d3db7e7fd0853c56231845a16f813d228c Mon Sep 17 00:00:00 2001
From: Dahlia Trimble
Date: Tue, 24 Feb 2009 06:23:28 +0000
Subject: update version number for bamboo zip file output

---
 .nant/bamboo.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.nant/bamboo.build b/.nant/bamboo.build
index 31ff2fe..5f0f35d 100644
--- a/.nant/bamboo.build
+++ b/.nant/bamboo.build
@@ -5,7 +5,7 @@
     <nant buildfile="../OpenSim.build" target="build" />
   </target>
   <target name="cibuild">
-    <property name="projectdir" value="opensim-0.6.1" />
+    <property name="projectdir" value="opensim-0.6.3" />
     <exec program="mono" commandline="bin/Prebuild.exe /target nant" workingdir="../" />
     <nant buildfile="../OpenSim.build" target="clean" />
     <nant buildfile="../OpenSim.build" target="build" />
-- 
cgit v1.1