3.11a init
diff --git a/docs/Changelog.md b/docs/Changelog.md
index f3e15b6..4e3eef1 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -8,6 +8,9 @@
 Want to stay in the loop on major new features? Join our mailing list by
 sending a mail to <afl-users+subscribe@googlegroups.com>.
 
+### Version ++3.11a (dev)
+  - ...
+
 
 ### Version ++3.10c (release)
   - Mac OS ARM64 support
diff --git a/include/config.h b/include/config.h
index c583f23..a3aa9a4 100644
--- a/include/config.h
+++ b/include/config.h
@@ -26,7 +26,7 @@
 /* Version string: */
 
 // c = release, a = volatile github dev, e = experimental branch
-#define VERSION "++3.10c"
+#define VERSION "++3.11a"
 
 /******************************************************
  *                                                    *