diff options
author | Cristian Cadar <c.cadar@imperial.ac.uk> | 2016-03-31 17:48:37 +0100 |
---|---|---|
committer | Cristian Cadar <c.cadar@imperial.ac.uk> | 2016-03-31 17:48:37 +0100 |
commit | fe94a48dc4508a2e498d51b6dd3bbca8e0c594d2 (patch) | |
tree | 63a526c73c7e67fb967d158174107b70e40b3fb3 /autoconf/configure.ac | |
parent | 58f947302c9807b7f6bea2fcb2a7bb325f8dd1b2 (diff) | |
download | klee-fe94a48dc4508a2e498d51b6dd3bbca8e0c594d2.tar.gz |
Moving to version 1.2.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 01c2c809..2be02321 100644 --- a/autoconf/configure.ac +++ b/autoconf/configure.ac @@ -1,7 +1,7 @@ dnl ************************************************************************** dnl * Initialize dnl ************************************************************************** -AC_INIT([[KLEE]],[[1.1.0]],[[klee-dev@imperial.ac.uk]],[[klee-]],[[https://klee.github.io]]) +AC_INIT([[KLEE]],[[1.2.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) |