Skip to content

Commit

Permalink
Merge pull request #826 from BenjamenMeyer/enhancement_version-update…
Browse files Browse the repository at this point in the history
…_0.10.x

Update version to 0.10.x
  • Loading branch information
BenjamenMeyer authored Jan 16, 2024
2 parents adc6284 + 019fd60 commit 17bf875
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doc/man/vegastrike-engine.1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.\" -*- nroff -*-
.TH VEGASTRIKE 1 "Current" "Version 0.9.0" "Vega Strike 0.9.0"
.TH VEGASTRIKE 1 "Current" "Version 0.10.0" "Vega Strike 0.10.0"
.SH NAME
Vega Strike: Upon The Coldest Sea - Trade, Fight, and Explore the Universe
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion engine/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
CMAKE_MINIMUM_REQUIRED(VERSION 3.16 FATAL_ERROR)

SET(VEGASTRIKE_VERSION_MAJOR "0")
SET(VEGASTRIKE_VERSION_MINOR "9")
SET(VEGASTRIKE_VERSION_MINOR "10")
SET(VEGASTRIKE_VERSION_PATCH "0")

IF (DEFINED ENV{SHORT_SHA} AND NOT "$ENV{SHORT_SHA}" STREQUAL "")
Expand Down
7 changes: 6 additions & 1 deletion engine/vegastrike.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# norootforbuild

Name: vegastrike
Version: 0.9.0
Version: 0.10.0
Release: 1
Summary: 3D OpenGL spaceflight simulator
Group: Amusements/Games
Expand Down Expand Up @@ -88,6 +88,11 @@ rm -rf $RPM_BUILD_ROOT

%changelog

-------------------------------------------------------------------
2024-01 14 14:00:00 UTC - benjamenmeyer

- Updated version to 0.10.0 for master development branch

-------------------------------------------------------------------
2021-04 21 15:13:00 UTC - benjamenmeyer

Expand Down
2 changes: 1 addition & 1 deletion script/install
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ fi
SOURCE_PATH="$PWD"
cd "$SOURCE_PATH"

echo ' ==== VEGA STRIKE 0.9.0 ===='
echo ' ==== VEGA STRIKE 0.10.0 ===='
echo ''
echo ''
if [ "x" = "x$BINARY_APPEND" ]; then
Expand Down

0 comments on commit 17bf875

Please sign in to comment.