about summary refs log tree commit diff homepage
path: root/autoconf
diff options
context:
space:
mode:
authorCristian Cadar <c.cadar@imperial.ac.uk>2015-08-10 12:09:50 +0100
committerCristian Cadar <c.cadar@imperial.ac.uk>2015-08-10 12:10:01 +0100
commit5e70d1513641a315f981f409044d881cfd0f8ce6 (patch)
treeff69808b95e76631ceed8a4a5376b0f209983736 /autoconf
parenteedf673e9dfa75d9d4180a53326c5b9668b69253 (diff)
downloadklee-5e70d1513641a315f981f409044d881cfd0f8ce6.tar.gz
Changed version to 1.0.0 v1.0.0 1.0.x
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 ae497b48..b94843a3 100644
--- a/autoconf/configure.ac
+++ b/autoconf/configure.ac
@@ -1,7 +1,7 @@
 dnl **************************************************************************
 dnl * Initialize
 dnl **************************************************************************
-AC_INIT([[KLEE]],[[0.2.0]],[[klee-dev@imperial.ac.uk]],[[klee-]],[[https://klee.github.io]])
+AC_INIT([[KLEE]],[[1.0.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)