diff options
author | Cristian Cadar <c.cadar@imperial.ac.uk> | 2016-11-30 17:54:08 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-30 17:54:08 +0000 |
commit | b2bf17308f46ceae97605b13325dbef65ec562b9 (patch) | |
tree | 40964e41841f939b71ebfccbd0b136427c8b3e87 /autoconf/configure.ac | |
parent | 82c9bb332b7be0673d18d5a5c571dfc22008992b (diff) | |
parent | 5521c86dd4fb93af8a8266a5da6d617134365d31 (diff) | |
download | klee-b2bf17308f46ceae97605b13325dbef65ec562b9.tar.gz |
Merge pull request #522 from ccadar/master
Moving to KLEE 1.3.0
Diffstat (limited to 'autoconf/configure.ac')
-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) |