File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change
1
+ === 1.0.0 / 1 May 2008
2
+
3
+ * (no changes since the last preview release)
4
+
5
+
1
6
=== 1.0 Preview Release 2 (0.99.1) / 19 Apr 2008
2
7
3
8
* Don't try to select on closed IO streams [Jamis Buck]
Original file line number Diff line number Diff line change @@ -4,13 +4,13 @@ module Net; module SSH; module Multi
4
4
# A trivial class for representing the version of this library.
5
5
class Version < Net ::SSH ::Version
6
6
# The major component of the library's version
7
- MAJOR = 0
7
+ MAJOR = 1
8
8
9
9
# The minor component of the library's version
10
- MINOR = 99
10
+ MINOR = 0
11
11
12
12
# The tiny component of the library's version
13
- TINY = 1
13
+ TINY = 0
14
14
15
15
# The library's version as a Version instance
16
16
CURRENT = new ( MAJOR , MINOR , TINY )
You can’t perform that action at this time.
0 commit comments