Skip to content

Commit

Permalink
Update from version 1.6.7 to 1.6.8. This adds support for the "Matrix…
Browse files Browse the repository at this point in the history
… STED"

microscope type (used in SVI Huygens 24.10).
  • Loading branch information
Frans van der Have committed Sep 12, 2024
1 parent 1166aba commit 996a492
Show file tree
Hide file tree
Showing 23 changed files with 381 additions and 362 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ if(POLICY CMP0068)
cmake_policy(SET CMP0068 NEW)
endif()

project(libics VERSION 1.6.7)
project(libics VERSION 1.6.8)

# Note: the version number above is not yet used anywhere.
# TODO: rewrite the header file with this version number.
Expand Down
1 change: 0 additions & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -1594,4 +1594,3 @@ mostlyclean-local:
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:

5 changes: 4 additions & 1 deletion README
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

libics v.1.6.7
libics v.1.6.8
Image Cytometry Standard file reading and writing.

This is the reference library for ICS (Image Cytometry Standard), an
Expand Down Expand Up @@ -171,6 +171,9 @@ Which ultimately is based upon stuff written by:

HISTORY
=============
version 1.6.8
- Add support for the Matrix STED Microscope type.

version 1.6.7
- Remove sprintf() calls: these are declared deprecated by the
Apple clang compiler. Replace them with snprintf().
Expand Down
21 changes: 11 additions & 10 deletions autom4te.cache/output.0

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 11 additions & 10 deletions autom4te.cache/output.1

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 11 additions & 10 deletions autom4te.cache/output.2

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 996a492

Please sign in to comment.