Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
luislavena committed Apr 16, 2012
1 parent 6ae6d7c commit ed79324
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rdoc
@@ -1,4 +1,4 @@
=== 1.3.6 === 1.3.6 / 2012-04-16


* Enhancements * Enhancements
* Windows: build against SQLite 3.7.11 * Windows: build against SQLite 3.7.11
Expand Down
4 changes: 2 additions & 2 deletions lib/sqlite3/version.rb
@@ -1,12 +1,12 @@
module SQLite3 module SQLite3


VERSION = '1.3.5' VERSION = '1.3.6'


module VersionProxy module VersionProxy


MAJOR = 1 MAJOR = 1
MINOR = 3 MINOR = 3
TINY = 4 TINY = 6
BUILD = nil BUILD = nil


STRING = [ MAJOR, MINOR, TINY, BUILD ].compact.join( "." ) STRING = [ MAJOR, MINOR, TINY, BUILD ].compact.join( "." )
Expand Down

0 comments on commit ed79324

Please sign in to comment.