Skip to content

Commit

Permalink
Added VERSION file. Current version number of the snapshot for internal
Browse files Browse the repository at this point in the history
development purposes is "3.5.5_CVS" and "3.5.5_YYYYMMDD" (date) for publicly
available snapshots.
  • Loading branch information
Joerg Riesmeier committed Aug 10, 2009
1 parent 665cd12 commit cc3783a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ IF(WITH_PRIVATE_TAGS)
ENDIF(WITH_PRIVATE_TAGS)

# declare installation files
INSTALL_FILES(${INSTALL_DOCDIR} FILES COPYRIGHT FAQ HISTORY ANNOUNCE.355 CHANGES.355)
INSTALL_FILES(${INSTALL_DOCDIR} FILES COPYRIGHT FAQ HISTORY VERSION ANNOUNCE.355 CHANGES.355)

# declare include directories which hold for all subdirectories and subsubdirectories
INCLUDE_DIRECTORIES(${dcmtk_SOURCE_DIR}/config/include)
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ install-support: config-install-support ofstd-install-support dcmdata-install-s

dcmtk-install-doc:
$(configdir)/mkinstalldirs $(DESTDIR)$(docdir)
for file in ANNOUNCE.* CHANGES.* COPYRIGHT FAQ HISTORY; do \
for file in ANNOUNCE.* CHANGES.* COPYRIGHT FAQ HISTORY VERSION; do \
$(INSTALL_DATA) $$file $(DESTDIR)$(docdir) ;\
done

Expand Down
2 changes: 1 addition & 1 deletion config/rootconf
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ install-support: $makeinstallsupport
dcmtk-install-doc:
\$(configdir)/mkinstalldirs \$(DESTDIR)\$(docdir)
for file in ANNOUNCE.* CHANGES.* COPYRIGHT FAQ HISTORY; do \\
for file in ANNOUNCE.* CHANGES.* COPYRIGHT FAQ HISTORY VERSION; do \\
\$(INSTALL_DATA) \$\$file \$(DESTDIR)\$(docdir) ;\\
done
Expand Down

0 comments on commit cc3783a

Please sign in to comment.