diff --git a/README.md b/README.md index 4b09ff4..f24cbc1 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,11 @@ This release was tested against MarIuX. ## Revision History +### Version 3.0p10 - Jan 23 2019 +- fix integer overflow +- Niclas Hofmann, `niclas@molgen.mpg.de` +- David Schrader, `schrader@molgen.mpg.de` + ### Version 3.0p9 - Sep 13 2018 - fix segmentation fault - Niclas Hofmann, `niclas@molgen.mpg.de` diff --git a/version.h b/version.h index a650768..564ad8e 100644 --- a/version.h +++ b/version.h @@ -1 +1 @@ -#define XDU_VERSION "3.0" +#define XDU_VERSION "3.0p10"