Bump version in changelog and app.lua for 0.60

This commit is contained in:
Stephen E. Baker
2016-05-29 19:31:27 -04:00
parent e3e822e9e5
commit b6fc9f9e0c
2 changed files with 2 additions and 2 deletions

View File

@@ -1276,7 +1276,7 @@ function App:getVersion(version)
if ver > 111 then
return "Trunk"
elseif ver > 105 then
return "v0.60-rc2"
return "v0.60"
elseif ver > 91 then
return "0.50"
elseif ver > 78 then

View File

@@ -1,5 +1,5 @@
-------------------------------------------------------------------------------
Version 0.60 - rc2 - released May 2016
Version 0.60 - released May 2016
-------------------------------------------------------------------------------
--- Highlights from this release ---