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

prepare lustrec 1.1

parent 719f4b27
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.0-svnversion], [ploc@garoche.net])
AC_INIT([lustrec], [1.1], [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 (dev)@." version;
Format.printf "Lustrec compiler, version %s (Xia/Qi)@." 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