Update version numbers to 0.5

This commit is contained in:
Jeff Ames
2008-02-07 04:41:08 +00:00
parent 75ef36e953
commit 49622dfbc5
11 changed files with 12 additions and 13 deletions

View File

@@ -127,7 +127,7 @@ namespace OpenSim.Grid.UserServer
new RestStreamHandler("DELETE", "/usersessions/", m_userManager.RestDeleteUserSessionMethod));
httpServer.Start();
m_log.Info("[SERVER]: Userserver 0.4 - Startup complete");
m_log.Info("[SERVER]: Userserver 0.5 - Startup complete");
}
public void do_create(string what)