From 847173ecc0590505901927e2e11d0dad55ef92a7 Mon Sep 17 00:00:00 2001 From: pnenzi Date: Tue, 30 Aug 2005 07:54:40 +0000 Subject: [PATCH] Updated for rework-17 --- NEWS | 6 ++++++ configure.in | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index b7e04e6f9..fbdab788f 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +Ng-spice-rework-17 +============ +This is a bug fix release. Previous release tarball did not included +an include file necessary for compiling numparam library. + + Ng-spice-rework-16 ============ diff --git a/configure.in b/configure.in index b59fe8c3b..a84be8c46 100644 --- a/configure.in +++ b/configure.in @@ -12,7 +12,7 @@ dnl Initialisation dnl --------------- dnl Initialisation of configure -AC_INIT(ng-spice-rework,16,ngspice-bugs@lists.sourceforge.net) +AC_INIT(ng-spice-rework,17,ngspice-bugs@lists.sourceforge.net) dnl Unique file in the source directory AC_CONFIG_SRCDIR([src/ngspice.c])