Skip to content

Commit

Permalink
Updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
practicingruby committed Sep 12, 2008
1 parent bf1c984 commit 549953b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -4,7 +4,7 @@ require 'rake/testtask'
require "rake/rdoctask"
require "rake/gempackagetask"

PRAWN_VERSION = "0.1.99"
PRAWN_VERSION = "0.2.0"

task :default => [:test]

Expand Down
2 changes: 2 additions & 0 deletions lib/prawn.rb
Expand Up @@ -20,6 +20,8 @@ module Prawn
# The base source directory for Prawn as installed on the system
BASEDIR = File.expand_path(File.join(dir, '..'))

VERSION = "0.2.0"

extend self

def verify_options(accepted,actual) #:nodoc:
Expand Down

0 comments on commit 549953b

Please sign in to comment.