diff options
author | Cristian Cadar <c.cadar@imperial.ac.uk> | 2016-11-30 14:33:32 +0000 |
---|---|---|
committer | Cristian Cadar <c.cadar@imperial.ac.uk> | 2016-11-30 14:33:32 +0000 |
commit | 537f3bd7b92da75ad9b351a2f9f84d59890eed30 (patch) | |
tree | 9ec5c1e0e1382fa4b34cb0025b2000a673673278 /autoconf | |
parent | 48abc42627315f3435e60ee3d95c1749c667519f (diff) | |
download | klee-537f3bd7b92da75ad9b351a2f9f84d59890eed30.tar.gz |
Switching version to 1.3.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 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) |