mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
GRPC: Move to version strings rather than int to avoid octal numbers
This commit is contained in:
@@ -27,8 +27,8 @@
|
||||
#define PRODUCTVER "@PRODUCTVER@"
|
||||
#define STRPRODUCTVER "@STRPRODUCTVER@"
|
||||
|
||||
#define RESINSIGHT_MAJOR_VERSION @RESINSIGHT_MAJOR_VERSION@
|
||||
#define RESINSIGHT_MINOR_VERSION @RESINSIGHT_MINOR_VERSION@
|
||||
#define RESINSIGHT_PATCH_VERSION @RESINSIGHT_PATCH_VERSION@
|
||||
#define RESINSIGHT_MAJOR_VERSION "@RESINSIGHT_MAJOR_VERSION@"
|
||||
#define RESINSIGHT_MINOR_VERSION "@RESINSIGHT_MINOR_VERSION@"
|
||||
#define RESINSIGHT_PATCH_VERSION "@RESINSIGHT_PATCH_VERSION@"
|
||||
|
||||
#define RESINSIGHT_OCTAVE_VERSION "@OCTAVE_VERSION_STRING@"
|
||||
|
Reference in New Issue
Block a user