File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -168,13 +168,13 @@ use std::path::Path;
168
168
///
169
169
/// This UID may change in future versions,
170
170
/// even between patch versions.
171
- pub const IMPLEMENTATION_CLASS_UID : & str = "2.25.139623901558105915656014294038307328623 " ;
171
+ pub const IMPLEMENTATION_CLASS_UID : & str = "2.25.156227610253341005307660858504280353500 " ;
172
172
173
173
/// The current implementation version name generically referring to DICOM-rs.
174
174
///
175
175
/// This name may change in future versions,
176
176
/// even between patch versions.
177
- pub const IMPLEMENTATION_VERSION_NAME : & str = "DICOM-rs 0.7.2 " ;
177
+ pub const IMPLEMENTATION_VERSION_NAME : & str = "DICOM-rs 0.8.0 " ;
178
178
179
179
/// Trait type for a DICOM object.
180
180
/// This is a high-level abstraction where an object is accessed and
Original file line number Diff line number Diff line change @@ -31,13 +31,13 @@ pub mod pdu;
31
31
///
32
32
/// This UID may change in future versions,
33
33
/// even between patch versions.
34
- pub const IMPLEMENTATION_CLASS_UID : & str = "2.25.139623901558105915656014294038307328623 " ;
34
+ pub const IMPLEMENTATION_CLASS_UID : & str = "2.25.156227610253341005307660858504280353500 " ;
35
35
36
36
/// The current implementation version name generically referring to DICOM-rs.
37
37
///
38
38
/// This name may change in future versions,
39
39
/// even between patch versions.
40
- pub const IMPLEMENTATION_VERSION_NAME : & str = "DICOM-rs 0.7.2 " ;
40
+ pub const IMPLEMENTATION_VERSION_NAME : & str = "DICOM-rs 0.8.0 " ;
41
41
42
42
// re-exports
43
43
You can’t perform that action at this time.
0 commit comments