Skip to content

Commit cdc6085

Browse files
committed
v1.1
1 parent f1833f8 commit cdc6085

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### v1.1-dev
1+
### v1.1
22
- C/C++ "build is CACHED" warning is confirmed against the artifact's mtime, so a
33
single up-to-date subdirectory in a recursive `make` no longer triggers a false
44
cache warning when the analyzed artifact was actually rebuilt.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ is a bug.
1414
- Worked examples, step by step — a generic `LLVMFuzzerTestOneInput` harness for AFL++/libfuzzer (libxml2), a ziggy harness (the `url` crate), and cargo-afl harnesses (cpp_demangle and rustyknife) — [`docs/EXAMPLES.md`](docs/EXAMPLES.md)
1515
- LLVM version support — [`docs/llvm-support.md`](docs/llvm-support.md)
1616

17-
Version: 1.1-dev
17+
Version: 1.1
1818

1919
Author: Marc "vanHauser" Heuse
2020

driver/reachability/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.1-dev"
1+
__version__ = "1.1"

0 commit comments

Comments
 (0)