* src/misc/version.hh, src/misc/version.cc: New files.
* src/misc/Makefile.am (libmisc_la_SOURCES, misc_HEADERS): Add them. * wrap/python/spot.i: Include misc/version.hh. * wrap/python/cgi/ltl2tgba.in: Print spot.version().
This commit is contained in:
parent
b90e0d611f
commit
a5e04a10e6
6 changed files with 36 additions and 3 deletions
|
|
@ -10,6 +10,8 @@
|
|||
#include <fstream>
|
||||
#include <sstream>
|
||||
|
||||
#include "misc/version.hh"
|
||||
|
||||
#include "ltlast/formula.hh"
|
||||
#include "ltlast/refformula.hh"
|
||||
#include "ltlast/atomic_prop.hh"
|
||||
|
|
@ -56,6 +58,8 @@ using namespace spot::ltl;
|
|||
using namespace spot;
|
||||
%}
|
||||
|
||||
%include "misc/version.hh"
|
||||
|
||||
%include "ltlast/formula.hh"
|
||||
%include "ltlast/refformula.hh"
|
||||
%include "ltlast/atomic_prop.hh"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue