From 8f4fd3fe372ddcc46bac39586b6185d17bb67c51 Mon Sep 17 00:00:00 2001 From: Jamis Buck Date: Thu, 1 May 2008 22:20:21 -0600 Subject: prepping for the 1.0 release --- CHANGELOG.rdoc | 5 +++++ lib/net/ssh/multi/version.rb | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rdoc b/CHANGELOG.rdoc index 61f6b17..520491b 100644 --- a/CHANGELOG.rdoc +++ b/CHANGELOG.rdoc @@ -1,3 +1,8 @@ +=== 1.0.0 / 1 May 2008 + +* (no changes since the last preview release) + + === 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/lib/net/ssh/multi/version.rb b/lib/net/ssh/multi/version.rb index 3a7bb37..17b1a01 100644 --- a/lib/net/ssh/multi/version.rb +++ b/lib/net/ssh/multi/version.rb @@ -4,13 +4,13 @@ module Net; module SSH; module Multi # A trivial class for representing the version of this library. class Version < Net::SSH::Version # The major component of the library's version - MAJOR = 0 + MAJOR = 1 # The minor component of the library's version - MINOR = 99 + MINOR = 0 # The tiny component of the library's version - TINY = 1 + TINY = 0 # The library's version as a Version instance CURRENT = new(MAJOR, MINOR, TINY) -- cgit v1.2.1