Skip to content

Commit 8f4fd3f

Browse files
committed
prepping for the 1.0 release
1 parent 3907db9 commit 8f4fd3f

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.rdoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
=== 1.0.0 / 1 May 2008
2+
3+
* (no changes since the last preview release)
4+
5+
16
=== 1.0 Preview Release 2 (0.99.1) / 19 Apr 2008
27

38
* Don't try to select on closed IO streams [Jamis Buck]

lib/net/ssh/multi/version.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ module Net; module SSH; module Multi
44
# A trivial class for representing the version of this library.
55
class Version < Net::SSH::Version
66
# The major component of the library's version
7-
MAJOR = 0
7+
MAJOR = 1
88

99
# The minor component of the library's version
10-
MINOR = 99
10+
MINOR = 0
1111

1212
# The tiny component of the library's version
13-
TINY = 1
13+
TINY = 0
1414

1515
# The library's version as a Version instance
1616
CURRENT = new(MAJOR, MINOR, TINY)

0 commit comments

Comments
 (0)