-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
version.h is now auto-generated and the library is properly versioned
- Loading branch information
1 parent
7552f26
commit bded2f3
Showing
4 changed files
with
59 additions
and
12 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
#ifndef TROGDOR_VERSION_H | ||
#define TROGDOR_VERSION_H | ||
|
||
|
||
// Current version of the core library | ||
#define TROGDOR_VERSION_MAJOR @TROGDOR_VERSION_MAJOR@ | ||
#define TROGDOR_VERSION_MINOR @TROGDOR_VERSION_MINOR@ | ||
#define TROGDOR_VERSION_PATCH @TROGDOR_VERSION_PATCH@ | ||
|
||
|
||
#endif |
This file was deleted.
Oops, something went wrong.