[iortcw] 152/152: All: Bump version to 1.5a for release
Simon McVittie
smcv at debian.org
Fri Sep 8 10:40:30 UTC 2017
This is an automated email from the git hooks/post-receive script.
smcv pushed a commit to annotated tag 1.5a
in repository iortcw.
commit d6094cdec43aaaeaa2dd445de97b794188986332
Author: MAN-AT-ARMS <M4N4T4RMS at gmail.com>
Date: Sat Nov 19 04:33:57 2016 -0500
All: Bump version to 1.5a for release
---
MP/Makefile | 18 +++---------------
MP/code/qcommon/q_shared.h | 2 +-
SP/Makefile | 16 ++--------------
SP/code/qcommon/q_shared.h | 2 +-
4 files changed, 7 insertions(+), 31 deletions(-)
diff --git a/MP/Makefile b/MP/Makefile
index e1fa246..6bb0174 100644
--- a/MP/Makefile
+++ b/MP/Makefile
@@ -126,7 +126,7 @@ endif
export CROSS_COMPILING
ifndef VERSION
-VERSION=1.42e
+VERSION=1.5a
endif
ifndef CLIENTBIN
@@ -198,7 +198,7 @@ ifndef USE_CURL_DLOPEN
endif
ifndef USE_CODEC_VORBIS
-USE_CODEC_VORBIS=0
+USE_CODEC_VORBIS=1
endif
ifndef USE_CODEC_OPUS
@@ -266,7 +266,7 @@ DEBUG_CFLAGS=-g -O0
endif
ifndef USE_ANTIWALLHACK
-USE_ANTIWALLHACK=0
+USE_ANTIWALLHACK=1
endif
ifndef USE_BLOOM
@@ -350,16 +350,6 @@ ifneq ($(BUILD_CLIENT),0)
endif
endif
-# Add git version info
-USE_GIT=
-ifeq ($(wildcard ../.git),../.git)
- GIT_REV=$(shell git show -s --pretty=format:%h-%ad --date=short)
- ifneq ($(GIT_REV),)
- VERSION:=$(VERSION)_GIT_$(GIT_REV)
- USE_GIT=1
- endif
-endif
-
#############################################################################
# SETUP AND BUILD -- LINUX
@@ -2702,11 +2692,9 @@ $(B)/ded/%.o: $(NDIR)/%.c
$(DO_DED_CC)
# Extra dependencies to ensure the git version is incorporated
-ifeq ($(USE_GIT),1)
$(B)/client/cl_console.o : ../.git/index
$(B)/client/common.o : ../.git/index
$(B)/ded/common.o : ../.git/index
-endif
#############################################################################
diff --git a/MP/code/qcommon/q_shared.h b/MP/code/qcommon/q_shared.h
index 0d27a7f..7db38ac 100644
--- a/MP/code/qcommon/q_shared.h
+++ b/MP/code/qcommon/q_shared.h
@@ -87,7 +87,7 @@ If you have questions concerning this license or the applicable additional terms
#define LEGACY_HEARTBEAT_FOR_MASTER "Wolfenstein-1"
#ifndef PRODUCT_VERSION
- #define PRODUCT_VERSION "1.42e"
+ #define PRODUCT_VERSION "1.5a"
#endif
#ifndef OLD_PRODUCT_VERSION
diff --git a/SP/Makefile b/SP/Makefile
index 8d1ca69..fd2a6ea 100644
--- a/SP/Makefile
+++ b/SP/Makefile
@@ -123,7 +123,7 @@ endif
export CROSS_COMPILING
ifndef VERSION
-VERSION=1.42e
+VERSION=1.5a
endif
ifndef CLIENTBIN
@@ -195,7 +195,7 @@ ifndef USE_CURL_DLOPEN
endif
ifndef USE_CODEC_VORBIS
-USE_CODEC_VORBIS=0
+USE_CODEC_VORBIS=1
endif
ifndef USE_CODEC_OPUS
@@ -339,16 +339,6 @@ ifneq ($(BUILD_CLIENT),0)
endif
endif
-# Add git version info
-USE_GIT=
-ifeq ($(wildcard ../.git),../.git)
- GIT_REV=$(shell git show -s --pretty=format:%h-%ad --date=short)
- ifneq ($(GIT_REV),)
- VERSION:=$(VERSION)_GIT_$(GIT_REV)
- USE_GIT=1
- endif
-endif
-
#############################################################################
# SETUP AND BUILD -- LINUX
@@ -2668,11 +2658,9 @@ $(B)/ded/%.o: $(NDIR)/%.c
$(DO_DED_CC)
# Extra dependencies to ensure the git version is incorporated
-ifeq ($(USE_GIT),1)
$(B)/client/cl_console.o : ../.git/index
$(B)/client/common.o : ../.git/index
$(B)/ded/common.o : ../.git/index
-endif
#############################################################################
diff --git a/SP/code/qcommon/q_shared.h b/SP/code/qcommon/q_shared.h
index 3f08850..dbd8990 100644
--- a/SP/code/qcommon/q_shared.h
+++ b/SP/code/qcommon/q_shared.h
@@ -84,7 +84,7 @@ If you have questions concerning this license or the applicable additional terms
#define LEGACY_HEARTBEAT_FOR_MASTER "Wolfenstein-1"
#ifndef PRODUCT_VERSION
- #define PRODUCT_VERSION "1.42e"
+ #define PRODUCT_VERSION "1.5a"
#endif
#ifndef PRODUCT_DATE
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/iortcw.git
More information about the Pkg-games-commits
mailing list