Skip to content

Commit

Permalink
version and gemspec for 3.3.2.beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
gnarg committed Jan 20, 2012
1 parent 9b43ad7 commit 6b5ed64
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
@@ -1,5 +1,8 @@
v3.3.2
* deployments recipe change: truncate git SHAs to 7 characters
* Fixes for obfuscation of PostgreSQL and SQLite queries
* Fix for lost database connections when using a forking framework
* Workaround for RedHat kernel bug which prevented blocking reads of /proc fs

v3.3.1
* improved Ruby 1.8.6 support
Expand Down
2 changes: 1 addition & 1 deletion lib/new_relic/version.rb
Expand Up @@ -4,7 +4,7 @@ module VERSION #:nodoc:
MAJOR = 3
MINOR = 3
TINY = 2
BUILD = 'alpha' # Set to nil for a release, 'beta1', 'alpha', etc for prerelease builds
BUILD = 'beta1' # Set to nil for a release, 'beta1', 'alpha', etc for prerelease builds
STRING = [MAJOR, MINOR, TINY, BUILD].compact.join('.')
end

Expand Down
4 changes: 2 additions & 2 deletions newrelic_rpm.gemspec
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = %q{newrelic_rpm}
s.version = "3.3.2.alpha"
s.version = "3.3.2.beta1"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Bill Kayser", "Jon Guymon", "Justin George", "Darin Swanson"]
s.date = %q{2011-12-15}
s.date = %q{2012-01-20}
s.description = %q{New Relic is a performance management system, developed by New Relic,
Inc (http://www.newrelic.com). New Relic provides you with deep
information about the performance of your web application as it runs
Expand Down

0 comments on commit 6b5ed64

Please sign in to comment.