Changed bug reports address.
This commit is contained in:
parent
6f2b5e2648
commit
eaa98b5eb6
|
|
@ -1,3 +1,9 @@
|
|||
2004-09-01 Paolo Nenzi <p.nenzi@ieee.org>
|
||||
|
||||
* src/conf.c: Modified bug reports address. Now it points to a
|
||||
mailing list dedicated to bug reports.
|
||||
|
||||
|
||||
2004-08-29 Paolo Nenzi <p.nenzi@ieee.org>
|
||||
|
||||
* src/fronted/aspice.c: Added a define for FreeBSD (from
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
#include "conf.h"
|
||||
|
||||
char Spice_Version[] = VERSION;
|
||||
char Spice_Notice[] = "Please submit bug-reports to: ngspice-devel@lists.sourceforge.net";
|
||||
char Spice_Notice[] = "Please submit bug-reports to: ngspice-bugs@lists.sourceforge.net";
|
||||
char Spice_Build_Date[] = NGSPICEBUILDDATE;
|
||||
/*
|
||||
char *Spice_Exec_Dir = "/spice_win/bin";
|
||||
|
|
@ -23,7 +23,7 @@ int AsciiRawFile = 0;
|
|||
#endif
|
||||
|
||||
|
||||
char *Bug_Addr = "ngspice-devel@lists.sourceforge.net";
|
||||
char *Bug_Addr = "ngspice-bugs@lists.sourceforge.net";
|
||||
char *Spice_Host = "";
|
||||
char *Spiced_Log = "";
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue