lib/uuidtools/version.rb in uuidtools-1.0.3 vs lib/uuidtools/version.rb in uuidtools-1.0.4

- old
+ new

@@ -1,7 +1,7 @@ #-- -# Copyright (c) 2005-2008 Robert Aman +# UUIDTools, Copyright (c) 2005-2008 Bob Aman # # Permission is hereby granted, free of charge, to any person obtaining # a copy of this software and associated documentation files (the # "Software"), to deal in the Software without restriction, including # without limitation the rights to use, copy, modify, merge, publish, @@ -20,13 +20,13 @@ # OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION # WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #++ class UUID - module UUID_TOOLS_VERSION #:nodoc: + module VERSION #:nodoc: MAJOR = 1 MINOR = 0 - TINY = 3 + TINY = 4 STRING = [MAJOR, MINOR, TINY].join('.') end end