Skip to content

Commit

Permalink
Raise version to 1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
whitequark committed Jan 2, 2011
1 parent b750f26 commit 26c744c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ require 'rubygems'
require 'rake/gempackagetask'
require 'rake/rdoctask'

RLUA_VERSION = "1.0rc1"
RLUA_VERSION = "1.0"
RDOC_OPTIONS = ['-S', '-N', '--main=README.rdoc', '--title=RLua Documentation']
RDOC_FILES = FileList['*.rdoc', 'lib/*', 'ext/rlua.c'].to_a

Expand Down

0 comments on commit 26c744c

Please sign in to comment.