Skip to content

Commit

Permalink
prep for next preview release
Browse files Browse the repository at this point in the history
  • Loading branch information
jamis committed Apr 10, 2008
1 parent aa9b424 commit 183c941
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rdoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
=== *unreleased*
=== 2.0 Preview Release 3 (1.99.2) / 10 Apr 2008

* Session properties [Jamis Buck]

Expand Down
4 changes: 2 additions & 2 deletions lib/net/ssh/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@ def to_i
MINOR = 99

# The tiny component of this version of the Net::SSH library
TINY = 1
TINY = 2

# The current version of the Net::SSH library as a Version instance
CURRENT = new(MAJOR, MINOR, TINY)

# The current version of the Net::SSH library as a String
STRING = CURRENT.to_s
end
end; end
end; end

0 comments on commit 183c941

Please sign in to comment.