Skip to content

Commit

Permalink
Prepare for 3.0.3 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
metaskills committed Oct 18, 2010
1 parent 8380c4b commit 2a08923
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
@@ -1,5 +1,5 @@

* master *
* 3.0.3

* Add TinyTDS/dblib connection mode. [Ken Collins]

Expand Down
2 changes: 1 addition & 1 deletion activerecord-sqlserver-adapter.gemspec
Expand Up @@ -2,7 +2,7 @@
Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
s.name = "activerecord-sqlserver-adapter"
s.version = "3.0.2"
s.version = "3.0.3"
s.summary = "SQL Server 2005 and 2008 Adapter For ActiveRecord."
s.description = "SQL Server 2005 and 2008 Adapter For ActiveRecord"

Expand Down
2 changes: 1 addition & 1 deletion lib/active_record/connection_adapters/sqlserver_adapter.rb
Expand Up @@ -184,7 +184,7 @@ class SQLServerAdapter < AbstractAdapter
include Sqlserver::Errors

ADAPTER_NAME = 'SQLServer'.freeze
VERSION = '3.0.2'.freeze
VERSION = '3.0.3'.freeze
DATABASE_VERSION_REGEXP = /Microsoft SQL Server\s+(\d{4})/
SUPPORTED_VERSIONS = [2005,2008].freeze

Expand Down

0 comments on commit 2a08923

Please sign in to comment.