Skip to content

Commit

Permalink
V4.0.2
Browse files Browse the repository at this point in the history
Change-Id: I9ea4e07689bace732bbe74aac3a5ed90bd3505e0
Signed-off-by: Frank S. Filz <[email protected]>
  • Loading branch information
ffilz committed Feb 4, 2022
1 parent 01dd5fc commit 4be1417
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 @@ -48,7 +48,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 .1)
set(GANESHA_EXTRA_VERSION .2)

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 4be1417

Please sign in to comment.