aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application/VersionInfo.cs
diff options
context:
space:
mode:
authormingchen2007-06-27 19:04:23 +0000
committermingchen2007-06-27 19:04:23 +0000
commit9eaecabdd0884cfe17d249440badce1ecdbcc142 (patch)
treed8decfccf4aea6460e322e2a0d7a26228b4041fe /OpenSim/Region/Application/VersionInfo.cs
parent*Fixed OpenGridServices.sln and prebuild.xml (diff)
downloadopensim-SC_OLD-9eaecabdd0884cfe17d249440badce1ecdbcc142.zip
opensim-SC_OLD-9eaecabdd0884cfe17d249440badce1ecdbcc142.tar.gz
opensim-SC_OLD-9eaecabdd0884cfe17d249440badce1ecdbcc142.tar.bz2
opensim-SC_OLD-9eaecabdd0884cfe17d249440badce1ecdbcc142.tar.xz
*Moved VersionInfo.cs to its correct place in OpenSim.csproj
*Added OpenSim.Region.Caps *Updated prebuild.xml and ran prebuild
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Application/VersionInfo.cs (renamed from OpenSim/Region/ClientStack/VersionInfo.cs)2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/VersionInfo.cs b/OpenSim/Region/Application/VersionInfo.cs
index 249ca94..5d1354e 100644
--- a/OpenSim/Region/ClientStack/VersionInfo.cs
+++ b/OpenSim/Region/Application/VersionInfo.cs
@@ -27,7 +27,7 @@
27*/ 27*/
28using System; 28using System;
29 29
30namespace OpenSim.Region.ClientStack 30namespace OpenSim
31{ 31{
32 /// <summary> 32 /// <summary>
33 /// </summary> 33 /// </summary>