Skip to content

Commit

Permalink
Update implemntation class UID and version name (0.8.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
Enet4 committed Nov 5, 2024
1 parent eafc891 commit f2ea07e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions object/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -168,13 +168,13 @@ use std::path::Path;
///
/// This UID may change in future versions,
/// even between patch versions.
pub const IMPLEMENTATION_CLASS_UID: &str = "2.25.139623901558105915656014294038307328623";
pub const IMPLEMENTATION_CLASS_UID: &str = "2.25.156227610253341005307660858504280353500";

/// The current implementation version name generically referring to DICOM-rs.
///
/// This name may change in future versions,
/// even between patch versions.
pub const IMPLEMENTATION_VERSION_NAME: &str = "DICOM-rs 0.7.2";
pub const IMPLEMENTATION_VERSION_NAME: &str = "DICOM-rs 0.8.0";

/// Trait type for a DICOM object.
/// This is a high-level abstraction where an object is accessed and
Expand Down
4 changes: 2 additions & 2 deletions ul/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ pub mod pdu;
///
/// This UID may change in future versions,
/// even between patch versions.
pub const IMPLEMENTATION_CLASS_UID: &str = "2.25.139623901558105915656014294038307328623";
pub const IMPLEMENTATION_CLASS_UID: &str = "2.25.156227610253341005307660858504280353500";

/// The current implementation version name generically referring to DICOM-rs.
///
/// This name may change in future versions,
/// even between patch versions.
pub const IMPLEMENTATION_VERSION_NAME: &str = "DICOM-rs 0.7.2";
pub const IMPLEMENTATION_VERSION_NAME: &str = "DICOM-rs 0.8.0";

// re-exports

Expand Down

0 comments on commit f2ea07e

Please sign in to comment.