Skip to content

Commit

Permalink
Wrap 1.3.0.beta.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
luislavena committed May 10, 2010
1 parent 3fe8ba0 commit 8416cec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rdoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
=== 1.3.0 (In Git)
=== 1.3.0.beta.1 / 2010-05-10

* Enhancements
* Complete rewrite of C-based adapter from SWIG to hand-crafted one [tenderlove]
Expand Down
4 changes: 2 additions & 2 deletions lib/sqlite3/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ module Version
MAJOR = 1
MINOR = 3
TINY = 0
BUILD = nil
BUILD = "beta.1"

STRING = [ MAJOR, MINOR, TINY, BUILD ].compact.join( "." )
#:beta-tag:

VERSION = '1.3.0'
VERSION = '1.3.0.beta.1'
end

end

0 comments on commit 8416cec

Please sign in to comment.