about summary refs log tree commit diff homepage
path: root/autoconf
diff options
context:
space:
mode:
authorCristian Cadar <c.cadar@imperial.ac.uk>2017-07-20 17:58:50 +0100
committerDan Liew <delcypher@gmail.com>2017-07-20 22:05:40 +0100
commitc212a8f153a25dfaa84a4518016f12fc53c32525 (patch)
treed8920df10b2e4a4f3336b845d6bb7e4b71dfb8a5 /autoconf
parent051e44e59cc5260324667d3fd8a8d46d54c3e72e (diff)
downloadklee-c212a8f153a25dfaa84a4518016f12fc53c32525.tar.gz
Switching version to 1.4.0
Diffstat (limited to 'autoconf')
-rw-r--r--autoconf/configure.ac2
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)