Skip to content

Commit 3dfbe88

Browse files
authored
Merge pull request #96 from ofalk/devel
Release 1.18.0
2 parents 682a271 + dff760e commit 3dfbe88

35 files changed

+21854
-9406
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.14)
22

3-
project(dnet VERSION 1.17.0 LANGUAGES C)
3+
project(dnet VERSION 1.18.0 LANGUAGES C)
44

55
find_package(TCL)
66

Makefile.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,6 @@ CHECKINC = @CHECKINC@
257257
CHECKLIB = @CHECKLIB@
258258
CHECK_CFLAGS = @CHECK_CFLAGS@
259259
CHECK_LIBS = @CHECK_LIBS@
260-
CPP = @CPP@
261260
CPPFLAGS = @CPPFLAGS@
262261
CSCOPE = @CSCOPE@
263262
CTAGS = @CTAGS@

aclocal.m4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])])
1515
m4_ifndef([AC_AUTOCONF_VERSION],
1616
[m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
17-
m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.71],,
18-
[m4_warning([this file was generated for autoconf 2.71.
17+
m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.72],,
18+
[m4_warning([this file was generated for autoconf 2.72.
1919
You have another version of autoconf. It may work, but is not guaranteed to.
2020
If you have problems, you may need to regenerate the build system entirely.
2121
To do so, use the procedure documented by the package, typically 'autoreconf'.])])

0 commit comments

Comments
 (0)