-
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.
- Loading branch information
Showing
2 changed files
with
6 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
#ifndef CYCAMORE_SRC_VERSION_H_ | ||
#define CYCAMORE_SRC_VERSION_H_ | ||
|
||
#define CYCAMORE_VERSION_MAJOR 0 | ||
#define CYCAMORE_VERSION_MINOR 4 | ||
#define CYCAMORE_VERSION_MICRO 4 | ||
#define CYCAMORE_VERSION_MAJOR 1 | ||
#define CYCAMORE_VERSION_MINOR 0 | ||
#define CYCAMORE_VERSION_MICRO 0 | ||
|
||
#endif // CYCAMORE_SRC_VERSION_H_ |