aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorludwig <ludwig@edf5b092-35ff-0310-97b2-ce42778d08ea>2009-04-13 20:20:05 +0000
committerludwig <ludwig@edf5b092-35ff-0310-97b2-ce42778d08ea>2009-04-13 20:20:05 +0000
commita32119091fd4a855ffe5657b38178de15dce5794 (patch)
tree061e7ba760b1d28d9b446fb602e57ff7a1538b41 /Makefile
parent2297c47c09d2c88528a70a2af6000f189f7b699c (diff)
downloadioquake3-aero-a32119091fd4a855ffe5657b38178de15dce5794.tar.gz
ioquake3-aero-a32119091fd4a855ffe5657b38178de15dce5794.zip
increase version in trunk
git-svn-id: svn://svn.icculus.org/quake3/trunk@1525 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2bbd5b6..b3d08c7 100644
--- a/Makefile
+++ b/Makefile
@@ -190,7 +190,7 @@ ifeq ($(shell which pkg-config > /dev/null; echo $$?),0)
endif
# version info
-VERSION=1.35
+VERSION=1.36
USE_SVN=
ifeq ($(wildcard .svn),.svn)