Skip to content

Commit

Permalink
Merge pull request cddlib#42 from saraedum/094k
Browse files Browse the repository at this point in the history
  • Loading branch information
saraedum authored Sep 15, 2020
2 parents 6d980f2 + bd4ba8e commit f3118b7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@ libcdd, cdd & cdd+ HISTORY file

*** libcdd version (date) / changes ***

Version 0.94k (September 15, 2020)
- header files are now installed to PREFIX/include/cddlib to avoid clashes
with other libraries.
- configuration file for pkg-config added: assuming cddlib installed in
<prefix> known to pkg-config, "pkg-config --cflags cddlib" etc will
work. (Otherwise, one would need PKG_CONFIG_PATH=<prefix>/lib/pkgconfig).

Version 094j (June 21, 2018) /
Version 0.94j (June 21, 2018) /
- Thanks to Julian Rüth, modernized autotooling, mirrored
code on GitHub, introduced cddexec as a replacement of
cdd_both_reps that many distributions packaged, made
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ dnl We need at least autoconf 2.69 for this configure.ac to work.
AC_PREREQ([2.69])

dnl When changing the version, also change it in cddtypes.h's dd_DDVERSION
AC_INIT([cddlib], [0.94j])
AC_INIT([cddlib], [0.94k])
dnl Version number of the library c:r:a.
dnl Set to c+1:0:0 on a non-backwards-compatible change.
dnl Set to c+1:0:a+1 on a backwards-compatible change.
dnl Set to c:r+1:a if the interface is unchanged.
AC_SUBST([libcdd_version_info], [0:0:0])
AC_SUBST([libcdd_version_info], [1:0:1])

AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([1.14.1 foreign tar-ustar])
Expand Down

0 comments on commit f3118b7

Please sign in to comment.