diff options
author | Justin Clarke Casey | 2008-10-09 18:36:39 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-10-09 18:36:39 +0000 |
commit | 4c72c3542a8b08ed90b49d844bd8d4b363b5735f (patch) | |
tree | b8d58527b220ccf8f4437cb2d116f3bc9b729605 | |
parent | (no commit message) (diff) | |
download | opensim-SC_OLD-4c72c3542a8b08ed90b49d844bd8d4b363b5735f.zip opensim-SC_OLD-4c72c3542a8b08ed90b49d844bd8d4b363b5735f.tar.gz opensim-SC_OLD-4c72c3542a8b08ed90b49d844bd8d4b363b5735f.tar.bz2 opensim-SC_OLD-4c72c3542a8b08ed90b49d844bd8d4b363b5735f.tar.xz |
* well, apparantly we're actually 0.5.11 instead - who knew?
-rw-r--r-- | .nant/bamboo.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.nant/bamboo.build b/.nant/bamboo.build index 0afb09a..48ad917 100644 --- a/.nant/bamboo.build +++ b/.nant/bamboo.build | |||
@@ -5,7 +5,7 @@ | |||
5 | <nant buildfile="../OpenSim.build" target="build" /> | 5 | <nant buildfile="../OpenSim.build" target="build" /> |
6 | </target> | 6 | </target> |
7 | <target name="cibuild"> | 7 | <target name="cibuild"> |
8 | <property name="projectdir" value="opensim-0.5.10" /> | 8 | <property name="projectdir" value="opensim-0.5.11" /> |
9 | <exec program="mono" commandline="bin/Prebuild.exe /target nant" workingdir="../" /> | 9 | <exec program="mono" commandline="bin/Prebuild.exe /target nant" workingdir="../" /> |
10 | <nant buildfile="../OpenSim.build" target="clean" /> | 10 | <nant buildfile="../OpenSim.build" target="clean" /> |
11 | <nant buildfile="../OpenSim.build" target="build" /> | 11 | <nant buildfile="../OpenSim.build" target="build" /> |