Skip to content

Commit e5005bf

Browse files
Version 1.0.1-dev
- Bump minor version - Introduce Semantic Versioning
1 parent 65d4471 commit e5005bf

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/Engine-CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
on:
22
push:
3-
branches: [ master, develop, arena-integration ]
3+
branches: [ master, develop, arena-integration, semantic-versioning-test ]
44
pull_request:
55
branches: [ master, develop, arena-integration ]
66

Obelisk/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required (VERSION 3.17)
22

33
project (Obelisk
4-
VERSION 1.0
4+
VERSION 1.0.1.0
55
DESCRIPTION "Obelisk, The game application entry point"
66
LANGUAGES CXX
77
)

Panzerfaust/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required (VERSION 3.17)
22

33
project (Panzerfaust
4-
VERSION 1.0
4+
VERSION 1.0.1.0
55
DESCRIPTION "Panzerfaust, the ZEngine Launcher"
66
)
77

Tetragrama/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required (VERSION 3.17)
22

33
project (Tetragrama
4-
VERSION 1.0
4+
VERSION 1.0.1.0
55
DESCRIPTION "Tetragrama, the ZEngine Editor"
66
LANGUAGES CXX
77
)

ZEngine/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required (VERSION 3.17)
22

33
project (ZEngine
4-
VERSION 1.0
4+
VERSION 1.0.1.0
55
DESCRIPTION "ZEngine is the core engine lib that provides abstraction on top of OpenGL/DirectX/Metal"
66
LANGUAGES CXX C
77
)

0 commit comments

Comments
 (0)