about summary refs log tree commit diff homepage
path: root/autoconf
diff options
context:
space:
mode:
authorCristian Cadar <c.cadar@imperial.ac.uk>2016-11-30 14:15:40 +0000
committerCristian Cadar <c.cadar@imperial.ac.uk>2016-11-30 14:15:40 +0000
commit95473d5ab63e99f1feca56d1abf00fbc1e7ff9bb (patch)
tree5e40b085d742148ce34c191f4b631396518b3d45 /autoconf
parent82c9bb332b7be0673d18d5a5c571dfc22008992b (diff)
downloadklee-95473d5ab63e99f1feca56d1abf00fbc1e7ff9bb.tar.gz
Increasing version to 1.3.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 b4ab8a1c..4da750cb 100644
--- a/autoconf/configure.ac
+++ b/autoconf/configure.ac
@@ -1,7 +1,7 @@
 dnl **************************************************************************
 dnl * Initialize
 dnl **************************************************************************
-AC_INIT([[KLEE]],[[1.2.0]],[[klee-dev@imperial.ac.uk]],[[klee-]],[[https://klee.github.io]])
+AC_INIT([[KLEE]],[[1.3.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)