-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #589 from cyclus/version-management
- Loading branch information
Showing
6 changed files
with
11 additions
and
16 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
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
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 |
---|---|---|
@@ -1,9 +1,9 @@ | ||
#ifndef CYCAMORE_SRC_VERSION_H_ | ||
#define CYCAMORE_SRC_VERSION_H_ | ||
|
||
#define CYCAMORE_VERSION_MAJOR 1 | ||
#define CYCAMORE_VERSION_MINOR 5 | ||
#define CYCAMORE_VERSION_MICRO 5 | ||
#define CYCAMORE_VERSION "@cycamore_version@" | ||
#define CYCAMORE_VERSION_MAJOR @CMAKE_PROJECT_VERSION_MAJOR@ | ||
#define CYCAMORE_VERSION_MINOR @CMAKE_PROJECT_VERSION_MINOR@ | ||
#define CYCAMORE_VERSION_MICRO @CMAKE_PROJECT_VERSION_PATCH@ | ||
#define CYCAMORE_VERSION "@CMAKE_PROJECT_VERSION@" | ||
|
||
#endif // CYCAMORE_SRC_VERSION_H_ |