* 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:
Alexandre Duret-Lutz 2003-08-05 14:37:50 +00:00
parent b90e0d611f
commit a5e04a10e6
6 changed files with 36 additions and 3 deletions

View file

@ -1,5 +1,10 @@
2003-08-05 Alexandre Duret-Lutz <aduret@src.lip6.fr>
* 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().
* README: Update layout.
* wrap/python/cgi/Makefile.am, wrap/python/cgi/ltl2tgba.in,