Skip to content

Commit

Permalink
Bump version numbers and add release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
jswift-stfc committed May 18, 2022
1 parent 031d5b8 commit a9eee6d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 4 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
ModEx Version 0.1.1

- Adds Windows compatibility.
- Implements diagnostics - the number of good frames per pulse are written out.
2 changes: 1 addition & 1 deletion version.h
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit a9eee6d

Please sign in to comment.