about summary refs log tree commit diff
path: root/include/config.h
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-09-04 22:51:43 +0200
committerGitHub <noreply@github.com>2020-09-04 22:51:43 +0200
commitee206da3897fd2d9f72206c3c5ea0e3fab109001 (patch)
tree8492631adefdbe58b83bb90f9e4f101556dd2435 /include/config.h
parent4f7a8a4c70de1b93b1dccd8f2bf092ec4b3626dc (diff)
parentfac108476c1cb5326cf4339b2a4c846828698816 (diff)
downloadafl++-ee206da3897fd2d9f72206c3c5ea0e3fab109001.tar.gz
Merge pull request #545 from AFLplusplus/dev 2.68c
v2.68c
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/config.h b/include/config.h
index 6c73bced..77407d50 100644
--- a/include/config.h
+++ b/include/config.h
@@ -28,7 +28,7 @@
 /* Version string: */
 
 // c = release, d = volatile github dev, e = experimental branch
-#define VERSION "++2.67d"
+#define VERSION "++2.68c"
 
 /******************************************************
  *                                                    *