lib/dcm_dict/version.rb in dcm_dict-0.6.0 vs lib/dcm_dict/version.rb in dcm_dict-0.7.0

- old
+ new

@@ -1,7 +1,7 @@ # -# Copyright (C) 2014-2015 Enrico Rivarola +# Copyright (C) 2014-2016 Enrico Rivarola # # This file is part of DcmDict gem (dcm_dict). # # DcmDict is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -20,8 +20,8 @@ # or for incorporation in a medical device. # It is the redistributor's or user's responsibility to comply with any # applicable local, state, national or international regulations. # module DcmDict - VERSION = "0.6.0" - DICOM_DOC_VERSION = "2015c" + VERSION = "0.7.0" + DICOM_DOC_VERSION = "2016a" end