Skip to content

Commit

Permalink
Update the version from 1.6.6 to 1.6.7 and invoke autoreconf.
Browse files Browse the repository at this point in the history
  • Loading branch information
Frans van der Have committed May 3, 2024
1 parent e381af1 commit 802745a
Show file tree
Hide file tree
Showing 28 changed files with 37,163 additions and 12,762 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.6)
project(libics VERSION 1.6.7)

# Note: the version number above is not yet used anywhere.
# TODO: rewrite the header file with this version number.
Expand Down
197 changes: 135 additions & 62 deletions Makefile.in

Large diffs are not rendered by default.

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

libics v.1.6.6
libics v.1.6.7
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,10 @@ Which ultimately is based upon stuff written by:

HISTORY
=============
version 1.6.7
- Remove snprintf() calls: these are declared deprecated by the
Apple Clang compiler.

version 1.6.6
- Remove unused variables, avoiding compiler warning.
- Reorder cases in libics_top.c to match enum order
Expand Down
Loading

0 comments on commit 802745a

Please sign in to comment.