summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJamis Buck <jamis@37signals.com>2008-05-01 22:16:35 -0600
committerJamis Buck <jamis@37signals.com>2008-05-01 22:16:35 -0600
commit5da8a7c4a93ed3a595e7955c73641f7ac1a4b50a (patch)
tree83a07c54e9e5f8db18eb7122b6270b2dafb0da8a
parentf26eca4efd0a42d6c823e69fd117ed3179f652f1 (diff)
downloadnet-ssh-gateway-5da8a7c4a93ed3a595e7955c73641f7ac1a4b50a.tar.gz
prepping for the 1.0 releasev1.0.0
-rw-r--r--CHANGELOG.rdoc4
-rw-r--r--lib/net/ssh/gateway.rb4
2 files changed, 6 insertions, 2 deletions
diff --git a/CHANGELOG.rdoc b/CHANGELOG.rdoc
index cc879ac..4bf62fb 100644
--- a/CHANGELOG.rdoc
+++ b/CHANGELOG.rdoc
@@ -1,3 +1,7 @@
+=== 1.0.0 / 1 May 2008
+
+* (no changes since the preview release)
+
=== 1.0 Preview Release 1 (0.99.0) / 10 Apr 2008
* First release of Net::SSH::Gateway
diff --git a/lib/net/ssh/gateway.rb b/lib/net/ssh/gateway.rb
index fce7c3e..897291f 100644
--- a/lib/net/ssh/gateway.rb
+++ b/lib/net/ssh/gateway.rb
@@ -37,10 +37,10 @@ class Net::SSH::Gateway
# 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 = 0