From fa2ea96eb8b337802be69a9363b157ec8b2d0915 Mon Sep 17 00:00:00 2001 From: h_vogt Date: Sun, 23 Dec 2012 12:11:39 +0100 Subject: [PATCH] configure.ac: prepare ngspice-25 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index c7ea318d4..8e6b192a7 100644 --- a/configure.ac +++ b/configure.ac @@ -12,7 +12,7 @@ # --------------- # Initialisation of configure -AC_INIT([ngspice], [24], [http://ngspice.sourceforge.net/bugrep.html]) +AC_INIT([ngspice], [25], [http://ngspice.sourceforge.net/bugrep.html]) # Unique file in the source directory AC_CONFIG_SRCDIR([src/ngspice.c])