Modified:
wiki/Manual.wiki
Log:
Edited wiki page through web user interface.
Modified: wiki/Manual.wiki
==============================================================================
--- wiki/Manual.wiki (original)
+++ wiki/Manual.wiki Fri Jul 6 12:43:34 2007
@@ -185,6 +185,15 @@
Stores result in `result`. You must provide the time span `time` and the integration
step `step`.
+= Version info =
+There are 3 basic functions for version info retrievial:
+{{{
+int idmc_version_major()
+int idmc_version_minor()
+int idmc_version_micro()
+}}}
+Their meaning should be evident.
+
= Constants =
The `defines.h` header defines the following constants.