diff --git a/CMakeLists.txt b/CMakeLists.txt index 7984ff1..6e6a2c4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ set(DESCRIPTION "ModEx") set(AUTHOR "Jared Swift") set(VERSION_MAJOR "0") set(VERSION_MINOR "1") -set(VERSION_PATCH "0") +set(VERSION_PATCH "1") set(CMAKE_INCLUDE_CURRENT_DIR ON) set(CMAKE_CXX_STANDARD 11) diff --git a/ReleaseNotes.md b/ReleaseNotes.md new file mode 100644 index 0000000..e546797 --- /dev/null +++ b/ReleaseNotes.md @@ -0,0 +1,4 @@ +ModEx Version 0.1.1 + +- Adds Windows compatibility. +- Implements diagnostics - the number of good frames per pulse are written out. \ No newline at end of file diff --git a/version.h b/version.h index 6dabced..7fd75ca 100644 --- a/version.h +++ b/version.h @@ -1,6 +1,6 @@ #ifndef VERSION_H #define VERSION_H -#define MODEX_VERSION "0.1.0" +#define MODEX_VERSION "0.1.1" #endif // VERSION_H \ No newline at end of file