From 632aef62408096f90bc886b8df8ad9c62ad0a0ff Mon Sep 17 00:00:00 2001 From: Michalis Kamburelis Date: Sat, 25 May 2024 02:48:16 +0200 Subject: [PATCH] Version bump to 5.1.0, again snapshot --- .github/workflows/build.yml | 5 ++--- CastleEngineManifest.xml | 2 +- code/v3dsceneversion.pas | 2 +- pack/snap/snap/snapcraft.yaml | 2 +- 4 files changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4eb4add..ecf31a8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,15 +16,14 @@ on: [push, pull_request] env: # To which GitHub release tag should we upload artifacts. # Can be "snapshot" or "vX.Y.Z" (latter when we make stable release). - #release_tag: snapshot + release_tag: snapshot #release_tag: vX.Y.Z - release_tag: v5.0.0 # Which Castle Game Engine tag/branch to use for building. # This *should* be "snapshot", which is our latest CGE that passed automatic tests. # But for quick hotfix in exceptional situation, you may want to use "master" # or any other branch/tag. - engine_tag: master + engine_tag: snapshot defaults: run: diff --git a/CastleEngineManifest.xml b/CastleEngineManifest.xml index e2ca8d2..68537e5 100644 --- a/CastleEngineManifest.xml +++ b/CastleEngineManifest.xml @@ -17,7 +17,7 @@ - + diff --git a/code/v3dsceneversion.pas b/code/v3dsceneversion.pas index 93b33ac..6fee047 100644 --- a/code/v3dsceneversion.pas +++ b/code/v3dsceneversion.pas @@ -2,7 +2,7 @@ unit V3DSceneVersion; interface const - Version = '5.0.0'; + Version = '5.1.0'; ViewerUrl = 'https://castle-engine.io/castle-model-viewer'; SupportURL = 'https://www.patreon.com/castleengine'; implementation diff --git a/pack/snap/snap/snapcraft.yaml b/pack/snap/snap/snapcraft.yaml index 2d05a23..8cf8bcf 100644 --- a/pack/snap/snap/snapcraft.yaml +++ b/pack/snap/snap/snapcraft.yaml @@ -6,7 +6,7 @@ name: castle-model-viewer # The base snap is the execution environment for this snap. base: core20 -version: '5.0.0' +version: '5.1.0' summary: Viewer for 3D and 2D models - glTF, X3D, VRML, Spine JSON and more # 79 char long summary description: | Viewer for all 3D and 2D models suported by Castle Game Engine: