Skip to content

Commit

Permalink
- Fix lokisetup makefile problems
Browse files Browse the repository at this point in the history
- Bump version number to 1.36
  • Loading branch information
Thilo Schulz committed May 15, 2011
1 parent 3cdfb7a commit b003422
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion code/qcommon/q_shared.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#define BASETA "missionpack"

#ifdef _MSC_VER
#define PRODUCT_VERSION "1.35"
#define PRODUCT_VERSION "1.36"
#endif

#define Q3_VERSION PRODUCT_NAME " " PRODUCT_VERSION
Expand Down
4 changes: 2 additions & 2 deletions misc/setup/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=1.34
VERSION=1.36
RELEASE=svn

all:
Expand All @@ -10,6 +10,6 @@ sign:
done

clean:
rm -rf *.run image
rm -rf *.run image defines.m4

.PHONY: all sign clean

0 comments on commit b003422

Please sign in to comment.