Skip to content

Commit

Permalink
V5.0
Browse files Browse the repository at this point in the history
Change-Id: I33bd1626c9173c381786bc71ca0b9ff7966adaf3
Signed-off-by: Frank S. Filz <ffilzlnx@mindspring.com>
  • Loading branch information
ffilz committed Apr 21, 2023
1 parent 6bbbd60 commit 13419f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ set(GANESHA_MAJOR_VERSION 5)
# Minor version is blank for development. On release, it becomes ".0". On a
# stable maintenance branch, this becomes ".N" where N is monotonically
# increasing starting at 1. Remember to include the "." !!
set(GANESHA_MINOR_VERSION )
set(GANESHA_MINOR_VERSION .1)

IF(CMAKE_BUILD_TYPE STREQUAL "Release" OR CMAKE_BUILD_TYPE STREQUAL "RelWithDebInfo")
set(GANESHA_BUILD_RELEASE 1)
Expand All @@ -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.5)
set(GANESHA_EXTRA_VERSION )

set(GANESHA_VERSION ${GANESHA_MAJOR_VERSION}${GANESHA_MINOR_VERSION}${GANESHA_EXTRA_VERSION})
set(GANESHA_BASE_VERSION ${GANESHA_MAJOR_VERSION}${GANESHA_MINOR_VERSION})
Expand Down
2 changes: 1 addition & 1 deletion src/include/fsal_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ extern struct gsh_refstr *no_export;
* changes.
*/

#define FSAL_MAJOR_VERSION 11
#define FSAL_MAJOR_VERSION 12

/**
* @brief Minor Version
Expand Down

0 comments on commit 13419f5

Please sign in to comment.