Skip to content

Commit

Permalink
Updated version number to v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
klei1984 committed Jul 19, 2024
1 parent c275844 commit 5b4ac3e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_arch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
# Maintainer: M.A.X. Port <[email protected]>
pkgname="max-port"
pkgver=0.6.1
pkgver=0.7.0
pkgrel=1
pkgdesc="conquer and plunder-type turn-based sci-fi strategy game"
arch=("\${CARCH}")
Expand Down
2 changes: 1 addition & 1 deletion cmake/scripts/linux/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# Maintainer: M.A.X. Port Team <[email protected]>
pkgname="max-port"
pkgver=0.6.1
pkgver=0.7.0
pkgrel=1
pkgdesc="conquer and plunder-type turn-based sci-fi strategy game"
arch=("${CARCH}")
Expand Down
8 changes: 4 additions & 4 deletions cmake/setup.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@ if(Git_FOUND)
endif()

set(GAME_VERSION_MAJOR "0")
set(GAME_VERSION_MINOR "6")
set(GAME_VERSION_PATCH "1")
set(GAME_VERSION_MINOR "7")
set(GAME_VERSION_PATCH "0")
set(GAME_VERSION_STRING "${GAME_VERSION_MAJOR}.${GAME_VERSION_MINOR}.${GAME_VERSION_PATCH} Revision ${GAME_VERSION_REVISION}")
endif()
endif()
else()
set(GAME_VERSION_MAJOR "0")
set(GAME_VERSION_MINOR "6")
set(GAME_VERSION_PATCH "1")
set(GAME_VERSION_MINOR "7")
set(GAME_VERSION_PATCH "0")
set(GAME_VERSION_STRING "${GAME_VERSION_MAJOR}.${GAME_VERSION_MINOR}.${GAME_VERSION_PATCH}")
endif()

Expand Down
4 changes: 2 additions & 2 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
max-port (0.6.1-1) UNRELEASED; urgency=low
max-port (0.7.0-1) UNRELEASED; urgency=low

* Initial release. Closes: #nnnn

-- M.A.X. Port Team <[email protected]> Sun, 28 Apr 2024 10:57:12 +0200
-- M.A.X. Port Team <[email protected]> Fri, 19 Jul 2024 14:45:12 +0200

0 comments on commit 5b4ac3e

Please sign in to comment.