v4.05a init

This commit is contained in:
vanhauser-thc
2022-10-11 15:41:51 +02:00
parent bac6ba8907
commit bd27adf9af
2 changed files with 4 additions and 1 deletions

View File

@ -3,6 +3,9 @@
This is the list of all noteworthy changes made in every public This is the list of all noteworthy changes made in every public
release of the tool. See README.md for the general instruction manual. release of the tool. See README.md for the general instruction manual.
### Version ++4.05a (dev)
- your PR? :)
### Version ++4.04c (release) ### Version ++4.04c (release)
- fix gramatron and grammar_mutator build scripts - fix gramatron and grammar_mutator build scripts

View File

@ -26,7 +26,7 @@
/* Version string: */ /* Version string: */
// c = release, a = volatile github dev, e = experimental branch // c = release, a = volatile github dev, e = experimental branch
#define VERSION "++4.04c" #define VERSION "++4.05a"
/****************************************************** /******************************************************
* * * *