Skip to content

Commit fac1084

Browse files
committed
v2.68c
1 parent 976ee90 commit fac1084

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
![Travis State](https://api.travis-ci.com/AFLplusplus/AFLplusplus.svg?branch=stable)
66

7-
Release Version: [2.67c](https://github.com/AFLplusplus/AFLplusplus/releases)
7+
Release Version: [2.68c](https://github.com/AFLplusplus/AFLplusplus/releases)
88

9-
Github Version: 2.67d
9+
Github Version: 3.00a
1010

1111
Repository: [https://github.com/AFLplusplus/AFLplusplus](https://github.com/AFLplusplus/AFLplusplus)
1212

docs/Changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Want to stay in the loop on major new features? Join our mailing list by
99
sending a mail to <[email protected]>.
1010

1111

12-
### Version ++2.67d (develop)
12+
### Version ++2.68c (release)
1313
- added the GSoC excellent afl++ grammar mutator by Shengtuo to our
1414
custom_mutators/ (see custom_mutators/README.md) - or get it here:
1515
https://github.com/AFLplusplus/Grammar-Mutator

include/config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
/* Version string: */
2929

3030
// c = release, d = volatile github dev, e = experimental branch
31-
#define VERSION "++2.67d"
31+
#define VERSION "++2.68c"
3232

3333
/******************************************************
3434
* *

0 commit comments

Comments
 (0)