Prepare bug-fix release ngspice-45.2.
This commit is contained in:
parent
82c620304b
commit
724dc77b91
6
NEWS
6
NEWS
|
|
@ -1,3 +1,9 @@
|
||||||
|
Ngspice-45.2, Sept. 5th, 2025
|
||||||
|
============
|
||||||
|
- Bug-fix release
|
||||||
|
+ A bug in the MS Windows version has been fixed
|
||||||
|
(bug no. 804, see https://sourceforge.net/p/ngspice/bugs/804/)
|
||||||
|
|
||||||
Ngspice-45, August 17th, 2025
|
Ngspice-45, August 17th, 2025
|
||||||
============
|
============
|
||||||
- New features:
|
- New features:
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@
|
||||||
# problem to the user.
|
# problem to the user.
|
||||||
AC_PREREQ([2.70])
|
AC_PREREQ([2.70])
|
||||||
|
|
||||||
m4_define([ngspice_major_version], [45])
|
m4_define([ngspice_major_version], [45.2])
|
||||||
m4_define([ngspice_minor_version], [0])
|
m4_define([ngspice_minor_version], [0])
|
||||||
m4_define([ngspice_version],
|
m4_define([ngspice_version],
|
||||||
[ngspice_major_version])
|
[ngspice_major_version])
|
||||||
|
|
@ -117,7 +117,7 @@ LT_INIT([shared static])
|
||||||
# --> Set 'LT_NGSPICE_AGE' to 0.
|
# --> Set 'LT_NGSPICE_AGE' to 0.
|
||||||
|
|
||||||
LT_NGSPICE_CURRENT=0
|
LT_NGSPICE_CURRENT=0
|
||||||
LT_NGSPICE_REVISION=13
|
LT_NGSPICE_REVISION=14
|
||||||
LT_NGSPICE_AGE=0
|
LT_NGSPICE_AGE=0
|
||||||
LIBNGSPICE_SO_VERSION=$LT_NGSPICE_CURRENT.$LT_NGSPICE_REVISION.$LT_NGSPICE_AGE
|
LIBNGSPICE_SO_VERSION=$LT_NGSPICE_CURRENT.$LT_NGSPICE_REVISION.$LT_NGSPICE_AGE
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -124,7 +124,7 @@ are of type bool if sharedspice.h is used externally.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef NGSPICE_PACKAGE_VERSION
|
#ifndef NGSPICE_PACKAGE_VERSION
|
||||||
#define NGSPICE_PACKAGE_VERSION "45"
|
#define NGSPICE_PACKAGE_VERSION "45.2"
|
||||||
#endif
|
#endif
|
||||||
/* we have NG_BOOL instead of BOOL */
|
/* we have NG_BOOL instead of BOOL */
|
||||||
#ifndef HAS_NG_BOOL
|
#ifndef HAS_NG_BOOL
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@
|
||||||
#define PACKAGE "ngspice"
|
#define PACKAGE "ngspice"
|
||||||
|
|
||||||
/* Version number of package */
|
/* Version number of package */
|
||||||
#define VERSION "45"
|
#define VERSION "45.2"
|
||||||
|
|
||||||
/* Define the directory for executables */
|
/* Define the directory for executables */
|
||||||
#define NGSPICEBINDIR "../bin"
|
#define NGSPICEBINDIR "../bin"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue