Skip to content

Commit

Permalink
Version bump to start work on v100.2.0 (#602)
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinEady committed Jan 18, 2024
1 parent ec0f6cf commit 76316e4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -208,7 +208,7 @@ jobs:
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "NightlyRelease"
reference_release_tag: "v100.0.0"
reference_release_tag: "v100.1.0"
prerelease: true
title: "Nightly Release"
files: |
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -18,7 +18,7 @@ set(CMAKE_USER_MAKE_RULES_OVERRIDE_CXX ${CMAKE_CURRENT_SOURCE_DIR}/cmake/cxx_fla

project(polserver
LANGUAGES CXX C
VERSION 100.1.0
VERSION 100.2.0
DESCRIPTION "Penultima Online"
HOMEPAGE_URL "polserver.com")

Expand Down
1 change: 1 addition & 0 deletions docs/docs.polserver.com/pol100/corechanges.xml
Expand Up @@ -4,6 +4,7 @@
<topic>Latest Core Changes</topic>
<datemodified>01-18-2024</datemodified>
</header>
<version name="POL100.2.0"/>
<version name="POL100.1.0">
<entry>
<date>01-18-2024</date>
Expand Down
1 change: 1 addition & 0 deletions pol-core/doc/core-changes.txt
@@ -1,3 +1,4 @@
-- POL100.2.0 --
-- POL100.1.0 --
01-18-2024 Kevin:
Note: POL 100.1.0 is now officially released.
Expand Down

0 comments on commit 76316e4

Please sign in to comment.