Skip to content

Commit

Permalink
rethinking the version number
Browse files Browse the repository at this point in the history
  • Loading branch information
jnewland committed Mar 5, 2008
1 parent 4148034 commit b9e8991
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,2 +1,3 @@
doc/*
.DS_Store
pkg
4 changes: 2 additions & 2 deletions lib/fireeagle/version.rb
@@ -1,8 +1,8 @@
class FireEagle #:nodoc:
module VERSION #:nodoc:
MAJOR = 0
MINOR = 0
TINY = 4
MINOR = 6
TINY = 0

STRING = [MAJOR, MINOR, TINY].join('.')
end
Expand Down

0 comments on commit b9e8991

Please sign in to comment.