Skip to content

Commit

Permalink
Stable 0.9.7 version
Browse files Browse the repository at this point in the history
  • Loading branch information
nddrylliog committed Oct 9, 2013
1 parent 90079a2 commit ddd3d4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/rock/RockVersion.ooc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RockVersion: class {
getMajor: static func -> Int { 0 }
getMinor: static func -> Int { 9 }
getPatch: static func -> Int { 7 }
getRevision: static func -> String { "head" }
getRevision: static func -> String { null }
getCodename: static func -> String { "pacino" }

getName: static func -> String { "%d.%d.%d%s codename %s" format(
Expand Down

0 comments on commit ddd3d4a

Please sign in to comment.