Skip to content
This repository was archived by the owner on Oct 10, 2022. It is now read-only.

Commit f6733fe

Browse files
committed
Add extra version suffix to the package
1 parent 7216ffc commit f6733fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/commons/version.h.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#define PLANETARY_IMAGER_MAJOR_VERSION ${MAJOR_VERSION}
44
#define PLANETARY_IMAGER_MINOR_VERSION ${MINOR_VERSION}
55
#define PLANETARY_IMAGER_PATCH_VERSION ${PATCH_VERSION}
6-
#define PLANETARY_IMAGER_VERSION_SUFFIX ${VERSION_SUFFIX}
6+
#define PLANETARY_IMAGER_VERSION_SUFFIX ${PACKAGE_VERSION_SUFFIX}
77

88
#define PLANETARY_IMAGER_VERSION "${FULL_VERSION}"
99
#endif

0 commit comments

Comments
 (0)