diff options
author | Jeff Ames | 2008-02-07 04:41:08 +0000 |
---|---|---|
committer | Jeff Ames | 2008-02-07 04:41:08 +0000 |
commit | 49622dfbc5619ea8ca09bd371934afb1bf723c18 (patch) | |
tree | 45a8fff8e7c0bf1e212b5da5792887628d7e75cb /OpenSim/Tools | |
parent | Set svn:ignore in pCampBot (diff) | |
download | opensim-SC_OLD-49622dfbc5619ea8ca09bd371934afb1bf723c18.zip opensim-SC_OLD-49622dfbc5619ea8ca09bd371934afb1bf723c18.tar.gz opensim-SC_OLD-49622dfbc5619ea8ca09bd371934afb1bf723c18.tar.bz2 opensim-SC_OLD-49622dfbc5619ea8ca09bd371934afb1bf723c18.tar.xz |
Update version numbers to 0.5
Diffstat (limited to 'OpenSim/Tools')
-rw-r--r-- | OpenSim/Tools/Windows/Installer/OpenSim.nsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Tools/Windows/Installer/OpenSim.nsi b/OpenSim/Tools/Windows/Installer/OpenSim.nsi index 25f33d1..3c3fe81 100644 --- a/OpenSim/Tools/Windows/Installer/OpenSim.nsi +++ b/OpenSim/Tools/Windows/Installer/OpenSim.nsi | |||
@@ -1,7 +1,7 @@ | |||
1 | !include "MUI.nsh" | 1 | !include "MUI.nsh" |
2 | 2 | ||
3 | Name "OpenSim" | 3 | Name "OpenSim" |
4 | OutFile "OpenSim Setup 0.4.exe" | 4 | OutFile "OpenSim Setup 0.5.exe" |
5 | 5 | ||
6 | CRCCheck On | 6 | CRCCheck On |
7 | 7 | ||