Skip to content

Commit

Permalink
Added missing package date.
Browse files Browse the repository at this point in the history
  • Loading branch information
jriesmeier committed Dec 11, 2024
1 parent 15e0bfe commit ddb726b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/configure
Original file line number Diff line number Diff line change
Expand Up @@ -2847,7 +2847,7 @@ ac_config_headers="$ac_config_headers include/dcmtk/config/osconfig.h"

PACKAGE_VERSION_NUMBER=369
PACKAGE_VERSION_SUFFIX=""
PACKAGE_DATE=""
PACKAGE_DATE="2024-12-11"

cat >>confdefs.h <<_ACEOF
#define PACKAGE_VERSION_NUMBER ${PACKAGE_VERSION_NUMBER}
Expand Down
2 changes: 1 addition & 1 deletion config/configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dnl -------------------------------------------------------

PACKAGE_VERSION_NUMBER=369
PACKAGE_VERSION_SUFFIX=""
PACKAGE_DATE=""
PACKAGE_DATE="2024-12-11"
AC_DEFINE_UNQUOTED(PACKAGE_VERSION_NUMBER,${PACKAGE_VERSION_NUMBER},[Define to the version number of this package.])
AC_DEFINE_UNQUOTED(PACKAGE_VERSION_SUFFIX,"${PACKAGE_VERSION_SUFFIX}",[Define to the version suffix of this package.])
AC_DEFINE_UNQUOTED(PACKAGE_DATE,"${PACKAGE_DATE}",[Define to the release date of this package.])
Expand Down

0 comments on commit ddb726b

Please sign in to comment.