Skip to content
Snippets Groups Projects
Commit a53a28cb authored by Eric Noulard's avatar Eric Noulard
Browse files

Post 1.1 release.

Back to dev version


git-svn-id: https://cavale.enseeiht.fr/svn/lustrec/lustre_compiler/trunk@473 041b043f-8d7c-46b2-b46e-ef0dd855326e
parent b2e2b4d8
No related branches found
No related tags found
No related merge requests found
define([svnversion], esyscmd([sh -c "svnversion|sed "s/:.*//"|tr -d '\n'"]))dnl
AC_INIT([lustrec], [1.1], [ploc@garoche.net])
AC_INIT([lustrec], [1.1-svnversion], [ploc@garoche.net])
AC_DEFINE(SVN_REVISION, "svnversion", [SVN Revision])
......
......@@ -13,7 +13,7 @@ let version = Version.number
let include_path = Version.include_path
let print_version () =
Format.printf "Lustrec compiler, version %s (Xia/Qi)@." version;
Format.printf "Lustrec compiler, version %s (dev)@." version;
Format.printf "Include directory: %s@." include_path
let main_node = ref ""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment