summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJamis Buck <jamis@37signals.com>2008-04-19 21:32:18 -0600
committerJamis Buck <jamis@37signals.com>2008-04-19 21:32:18 -0600
commit3907db9fb490f11ca821181b412c1514ee8e0a7e (patch)
treecae9f450ace5f336e2e31c7f74018a5b6a045f88
parent6a19b2a61274e0d79d31778059960977cd03b975 (diff)
downloadnet-ssh-multi-3907db9fb490f11ca821181b412c1514ee8e0a7e.tar.gz
version bump, prep for next preview releasev0.99.1
-rw-r--r--CHANGELOG.rdoc2
-rw-r--r--Manifest1
-rw-r--r--lib/net/ssh/multi/version.rb4
3 files changed, 3 insertions, 4 deletions
diff --git a/CHANGELOG.rdoc b/CHANGELOG.rdoc
index 44a3b12..61f6b17 100644
--- a/CHANGELOG.rdoc
+++ b/CHANGELOG.rdoc
@@ -1,4 +1,4 @@
-=== *unreleased*
+=== 1.0 Preview Release 2 (0.99.1) / 19 Apr 2008
* Don't try to select on closed IO streams [Jamis Buck]
diff --git a/Manifest b/Manifest
index 379fd01..366e870 100644
--- a/Manifest
+++ b/Manifest
@@ -21,4 +21,3 @@ test/server_test.rb
test/session_actions_test.rb
test/session_test.rb
test/test_all.rb
-x.rb
diff --git a/lib/net/ssh/multi/version.rb b/lib/net/ssh/multi/version.rb
index aa180aa..3a7bb37 100644
--- a/lib/net/ssh/multi/version.rb
+++ b/lib/net/ssh/multi/version.rb
@@ -10,7 +10,7 @@ module Net; module SSH; module Multi
MINOR = 99
# The tiny component of the library's version
- TINY = 0
+ TINY = 1
# The library's version as a Version instance
CURRENT = new(MAJOR, MINOR, TINY)
@@ -18,4 +18,4 @@ module Net; module SSH; module Multi
# The library's version as a String instance
STRING = CURRENT.to_s
end
-end; end; end \ No newline at end of file
+end; end; end