From eedb5b9027a254739fc02797d9b34755579401a8 Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Sun, 3 Jan 2021 08:47:47 +0100 Subject: [PATCH] Update for ngspice-34 --- COPYING | 2 +- configure.ac | 2 +- src/sharedspice.c | 2 +- visualc/src/include/ngspice/config.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/COPYING b/COPYING index 4675fcf74..adc683994 100644 --- a/COPYING +++ b/COPYING @@ -1,6 +1,6 @@ Ngspice Licensing -Copyright (c) 2020 by ngspice team +Copyright (c) 2021 by ngspice team All rights reserved. license for this document: CC-BY-SA v4.0 diff --git a/configure.ac b/configure.ac index e82274ae5..9c11148e1 100644 --- a/configure.ac +++ b/configure.ac @@ -12,7 +12,7 @@ # --------------- # Initialization of configure -AC_INIT([ngspice], [33+], [http://ngspice.sourceforge.net/bugrep.html]) +AC_INIT([ngspice], [34], [http://ngspice.sourceforge.net/bugrep.html]) # Unique file in the source directory AC_CONFIG_SRCDIR([src/ngspice.c]) diff --git a/src/sharedspice.c b/src/sharedspice.c index 90831eca2..44b282653 100644 --- a/src/sharedspice.c +++ b/src/sharedspice.c @@ -10,7 +10,7 @@ /*******************/ #ifdef _MSC_VER -#define SHAREDSPICE_version "33.0" +#define SHAREDSPICE_version "34.0" #define STDIN_FILENO 0 #define STDOUT_FILENO 1 #define STDERR_FILENO 2 diff --git a/visualc/src/include/ngspice/config.h b/visualc/src/include/ngspice/config.h index fd1bbc7cb..ceb6d2212 100644 --- a/visualc/src/include/ngspice/config.h +++ b/visualc/src/include/ngspice/config.h @@ -449,7 +449,7 @@ #define PACKAGE "ngspice" /* Version number of package */ -#define VERSION "33+" //" Built on " __DATE__ " at " __TIME__ +#define VERSION "34" //" Built on " __DATE__ " at " __TIME__ /* Define to the address where bug reports for this package should be sent. */ #define PACKAGE_BUGREPORT "http://ngspice.sourceforge.net/bugrep.html"