Skip to content

Commit

Permalink
1.0.2 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
MAN-AT-ARMS committed Aug 23, 2017
1 parent 049805d commit 02374c9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 deletions.
17 changes: 0 additions & 17 deletions Makefile
Expand Up @@ -362,16 +362,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
Expand Down Expand Up @@ -2739,13 +2729,6 @@ $(B)/ded/%.o: $(SYSDIR)/%.rc
$(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
$(B)/client/common.o : .git
$(B)/ded/common.o : .git
endif


#############################################################################
## GAME MODULE RULES
Expand Down
2 changes: 1 addition & 1 deletion code/qcommon/files.c
Expand Up @@ -234,7 +234,7 @@ static const unsigned int sp_sppak_checksums[] = {
};

static const unsigned int binpak_checksums[] = {
3339940617u, // bin.pk3 (1.0.1)
4066983521u, // bin.pk3 (1.0.2)
};
#endif

Expand Down

0 comments on commit 02374c9

Please sign in to comment.