diff options
author | Volker Grabsch <vog@notjusthosting.com> | 2009-03-08 20:12:08 (GMT) |
---|---|---|
committer | Volker Grabsch <vog@notjusthosting.com> | 2009-03-08 20:12:08 (GMT) |
commit | 170bed13a133c75510cd274627de34e406704a4f (patch) | |
tree | b058411e0151dd3e7aa85514ff87e044c76618d7 /Makefile | |
parent | 5f433b9a711cdcee9386587d846b589425460128 (diff) | |
download | mxe-170bed13a133c75510cd274627de34e406704a4f.zip mxe-170bed13a133c75510cd274627de34e406704a4f.tar.gz mxe-170bed13a133c75510cd274627de34e406704a4f.tar.bz2 |
increased version number to 2.5
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ JOBS := 1 TARGET := i386-mingw32msvc SOURCEFORGE_MIRROR := kent.dl.sourceforge.net -VERSION := 2.4 +VERSION := 2.5 PREFIX := $(PWD)/usr PKG_DIR := $(PWD)/pkg TMP_DIR = $(PWD)/tmp-$(1) |