-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix minor cosmetic issues, bump version
The real issue is that the 32-bit binary of 0.1.0 was built in Debug mode; my attention was on the 64-bit, and I was careless. There are no functional changes to the code, but simply replacing the 0.1.0 DLLs could create confusion.
- Loading branch information
1 parent
18cbc65
commit bcf46bc
Showing
5 changed files
with
5 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ endif() | |
|
||
set(SICKJUMPS_MAJOR 0) | ||
set(SICKJUMPS_MINOR 1) | ||
set(SICKJUMPS_PATCH 0) | ||
set(SICKJUMPS_PATCH 1) | ||
set(SICKJUMPS_VERSION ${SICKJUMPS_MAJOR}.${SICKJUMPS_MINOR}.${SICKJUMPS_PATCH}) | ||
set(SICKJUMPS_AUTHOR "Robert Martens") | ||
set(SICKJUMPS_AUTHOR_EMAIL "<[email protected]>") | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters