Skip to content

Commit

Permalink
(build) version bump
Browse files Browse the repository at this point in the history
FossilOrigin-Name: 0f8577eb2d1c0e592e4060b8cc94cdea1b2493154802f84e9c548dc6ea63af4d
  • Loading branch information
letoram committed Dec 29, 2017
1 parent fafbd9b commit 2472b0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Expand Up @@ -44,7 +44,7 @@ endif()
# static base version, manually mantained
set(MAJOR_VERSION 0)
set(MINOR_VERSION 5)
set(PATCH_LEVEL 3)
set(PATCH_LEVEL 4)
set(VERSION ${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_LEVEL})
set(PLATFORM_ROOT ${CMAKE_CURRENT_SOURCE_DIR}/platform)
set(ENGINE_ROOT ${CMAKE_CURRENT_SOURCE_DIR}/engine)
Expand Down
2 changes: 1 addition & 1 deletion src/shmif/CMakeLists.txt
Expand Up @@ -20,7 +20,7 @@
# Installs: (if ARCAN_SOURCE_DIR is not set)
#
set(ASHMIF_MAJOR 0)
set(ASHMIF_MINOR 10)
set(ASHMIF_MINOR 11)

if (ARCAN_SOURCE_DIR)
set(ASD ${ARCAN_SOURCE_DIR})
Expand Down

0 comments on commit 2472b0d

Please sign in to comment.