Skip to content

Commit

Permalink
V6-dev.7
Browse files Browse the repository at this point in the history
Change-Id: Id656c451759242948d6ca8d2c210248d2b624bd7
Signed-off-by: Frank S. Filz <ffilzlnx@mindspring.com>
  • Loading branch information
ffilz committed Mar 8, 2024
1 parent 9e4a239 commit f495f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ SET(RUNTIMEDIR "${SYSSTATEDIR}/run/ganesha" CACHE PATH "Runtime directory (for t
# Extra version is for naming development/RC. It is blank in stable branches
# so it can be available to end-users to name local variants/versions
# If used, it is always of the form "-whateveryouwant"
set(GANESHA_EXTRA_VERSION -dev.6)
set(GANESHA_EXTRA_VERSION -dev.7)

set(GANESHA_VERSION ${GANESHA_MAJOR_VERSION}${GANESHA_MINOR_VERSION}${GANESHA_EXTRA_VERSION})
set(GANESHA_BASE_VERSION ${GANESHA_MAJOR_VERSION}${GANESHA_MINOR_VERSION})
Expand Down

0 comments on commit f495f2f

Please sign in to comment.