Skip to content

Commit

Permalink
Use CMake project version for generated version header
Browse files Browse the repository at this point in the history
  • Loading branch information
benstone committed Nov 30, 2024
1 parent e39e500 commit 352d8fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions inc/version.h.in
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/* Copyright (c) Microsoft Corporation.
Licensed under the MIT License. */

#define rmj @3DMMForever_VERSION_MAJOR@
#define rmm @3DMMForever_VERSION_MINOR@
#define rup @3DMMForever_VERSION_PATCH@
#define rmj @PROJECT_VERSION_MAJOR@
#define rmm @PROJECT_VERSION_MINOR@
#define rup @PROJECT_VERSION_PATCH@
#define szGitTag "@GIT_VERSION@"
#define szVerName ""
#define szVerUser "SHEILA"

0 comments on commit 352d8fe

Please sign in to comment.