diff options
author | Jamis Buck <jamis@37signals.com> | 2005-09-11 17:08:31 +0000 |
---|---|---|
committer | Jamis Buck <jamis@37signals.com> | 2005-09-11 17:08:31 +0000 |
commit | e0ad35c69d8748046c272663f14b858402f3c6e3 (patch) | |
tree | 892f1602ae0901b48fde79313403eb041ee793be /lib/sqlite3 | |
parent | 1a1e6741788be3bd7c294e698ca77edc7cd44a9f (diff) | |
download | third_party-sqlite3-ruby-e0ad35c69d8748046c272663f14b858402f3c6e3.tar.gz third_party-sqlite3-ruby-e0ad35c69d8748046c272663f14b858402f3c6e3.tar.xz third_party-sqlite3-ruby-e0ad35c69d8748046c272663f14b858402f3c6e3.zip |
Update gemspec and version. Update README with instructions for installation if sqlite3 is installed in a non-standard location.
Diffstat (limited to 'lib/sqlite3')
-rw-r--r-- | lib/sqlite3/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlite3/version.rb b/lib/sqlite3/version.rb index b6e22e1..28c51da 100644 --- a/lib/sqlite3/version.rb +++ b/lib/sqlite3/version.rb @@ -36,7 +36,7 @@ module SQLite3 MAJOR = 1 MINOR = 1 - TINY = 0 + TINY = 1 STRING = [ MAJOR, MINOR, TINY ].join( "." ) |