Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
issakomi committed Aug 2, 2022
1 parent 73a9f29 commit 5774ca5
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ project(ALIZAMS)
#
#
if(APPLE)
set(ALIZAMS_OSX_BUNDLE_VERSION "1.8.3")
set(ALIZAMS_OSX_BUNDLE_VERSION "1.8.4")
endif()

# Qt major version, required.
Expand Down Expand Up @@ -1043,7 +1043,7 @@ elseif(APPLE)
MACOSX_BUNDLE_BUNDLE_VERSION ${ALIZAMS_OSX_BUNDLE_VERSION}
MACOSX_BUNDLE_GUI_IDENTIFIER "com.aliza.alizams"
MACOSX_BUNDLE_ICON_FILE ${ALIZAMS_OSX_ICON_NAME}
MACOSX_BUNDLE_COPYRIGHT "© 2015-2021 Aliza Medical Imaging")
MACOSX_BUNDLE_COPYRIGHT "© 2015-2022 Aliza Medical Imaging")
target_link_libraries(AlizaMS ${ALIZAMS_LINK_LIBRARIES})
else()
if(USE_QT_V_4)
Expand Down
2 changes: 1 addition & 1 deletion alizams_version.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#ifndef ALIZAMS_VERSION
#define ALIZAMS_VERSION "1.8.3"
#define ALIZAMS_VERSION "1.8.4"
#endif

2 changes: 1 addition & 1 deletion debian-10/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
alizams (1.8.3-1) stable; urgency=low
alizams (1.8.4-1) stable; urgency=low

* Initial upload to Debian. Closes: #999999.

Expand Down
2 changes: 1 addition & 1 deletion debian-12-qt5/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
alizams (1.8.3-1) stable; urgency=low
alizams (1.8.4-1) stable; urgency=low

* Initial upload to Debian. Closes: #999999.

Expand Down
2 changes: 1 addition & 1 deletion debian-12-qt6/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
alizams (1.8.3-1) stable; urgency=low
alizams (1.8.4-1) stable; urgency=low

* Initial upload to Debian. Closes: #999999.

Expand Down
2 changes: 1 addition & 1 deletion fedora-34/alizams.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: alizams
Version: 1.8.3
Version: 1.8.4
Release: 1%{?dist}
Summary: Aliza MS DICOM Viewer
License: GPLv3
Expand Down

0 comments on commit 5774ca5

Please sign in to comment.