diff options
author | Cristian Cadar <c.cadar@imperial.ac.uk> | 2017-07-20 17:58:50 +0100 |
---|---|---|
committer | Dan Liew <delcypher@gmail.com> | 2017-07-20 22:05:40 +0100 |
commit | c212a8f153a25dfaa84a4518016f12fc53c32525 (patch) | |
tree | d8920df10b2e4a4f3336b845d6bb7e4b71dfb8a5 /autoconf | |
parent | 051e44e59cc5260324667d3fd8a8d46d54c3e72e (diff) | |
download | klee-c212a8f153a25dfaa84a4518016f12fc53c32525.tar.gz |
Switching version to 1.4.0
Diffstat (limited to 'autoconf')
-rw-r--r-- | autoconf/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac index e732ffc4..3dccd9b7 100644 --- a/autoconf/configure.ac +++ b/autoconf/configure.ac @@ -1,7 +1,7 @@ dnl ************************************************************************** dnl * Initialize dnl ************************************************************************** -AC_INIT([[KLEE]],[[1.3.0]],[[klee-dev@imperial.ac.uk]],[[klee-]],[[https://klee.github.io]]) +AC_INIT([[KLEE]],[[1.4.0]],[[klee-dev@imperial.ac.uk]],[[klee-]],[[https://klee.github.io]]) dnl Identify where LLVM source tree is (this is patched by dnl AutoRegen.sh) |