lib/bindata.rb in bindata-1.1.0 vs lib/bindata.rb in bindata-1.2.0
- old
+ new
@@ -1,7 +1,7 @@
# BinData -- Binary data manipulator.
-# Copyright (c) 2007 - 2009 Dion Mendel.
+# Copyright (c) 2007 - 2010 Dion Mendel.
require 'bindata/array'
require 'bindata/bits'
require 'bindata/choice'
require 'bindata/float'
@@ -26,9 +26,9 @@
#
# == License
#
# BinData is released under the same license as Ruby.
#
-# Copyright (c) 2007 - 2009 Dion Mendel.
+# Copyright (c) 2007 - 2010 Dion Mendel.
module BinData
- VERSION = "1.1.0"
+ VERSION = "1.2.0"
end