Project

General

Profile

« Previous | Next » 

Revision a53a28cb

Added by Eric Noulard over 9 years ago

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

View differences:

configure.ac
1 1
define([svnversion], esyscmd([sh -c "svnversion|sed "s/:.*//"|tr -d '\n'"]))dnl
2
AC_INIT([lustrec], [1.1], [ploc@garoche.net])
2
AC_INIT([lustrec], [1.1-svnversion], [ploc@garoche.net])
3 3

  
4 4

  
5 5
AC_DEFINE(SVN_REVISION, "svnversion", [SVN Revision])
src/options.ml
13 13
let include_path = Version.include_path
14 14

  
15 15
let print_version () =
16
  Format.printf "Lustrec compiler, version %s (Xia/Qi)@." version;
16
  Format.printf "Lustrec compiler, version %s (dev)@." version;
17 17
  Format.printf "Include directory: %s@." include_path
18 18

  
19 19
let main_node = ref ""

Also available in: Unified diff