diff options
author | Volker Grabsch <vog@notjusthosting.com> | 2009-03-05 16:54:59 (GMT) |
---|---|---|
committer | Volker Grabsch <vog@notjusthosting.com> | 2009-03-05 16:54:59 (GMT) |
commit | 2901a78a803369924c739c42257f07c00f6c68ab (patch) | |
tree | 79f03162b7db321890dd1b280594c404d528a8ba /Makefile | |
parent | 5a60c7624f1ba5125096dabe507835a5914643d5 (diff) | |
download | mxe-2901a78a803369924c739c42257f07c00f6c68ab.zip mxe-2901a78a803369924c739c42257f07c00f6c68ab.tar.gz mxe-2901a78a803369924c739c42257f07c00f6c68ab.tar.bz2 |
increased version number to 2.4
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.3 +VERSION := 2.4 PREFIX := $(PWD)/usr PKG_DIR := $(PWD)/pkg TMP_DIR = $(PWD)/tmp-$(1) |