comparison Makefile @ 658:8bb726b9c531

increased version number to 2.11
author Volker Grabsch <vog@notjusthosting.com>
date Fri, 22 Jan 2010 16:28:40 +0100
parents b1d03b91eb1e
children 19073a2914b9
comparison
equal deleted inserted replaced
657:b1d03b91eb1e 658:8bb726b9c531
3 3
4 JOBS := 1 4 JOBS := 1
5 TARGET := i686-pc-mingw32 5 TARGET := i686-pc-mingw32
6 SOURCEFORGE_MIRROR := kent.dl.sourceforge.net 6 SOURCEFORGE_MIRROR := kent.dl.sourceforge.net
7 7
8 VERSION := 2.10 8 VERSION := 2.11
9 PREFIX := $(PWD)/usr 9 PREFIX := $(PWD)/usr
10 LOG_DIR := $(PWD)/log 10 LOG_DIR := $(PWD)/log
11 TIMESTAMP := $(shell date +%Y%m%d_%H%M%S) 11 TIMESTAMP := $(shell date +%Y%m%d_%H%M%S)
12 PKG_DIR := $(PWD)/pkg 12 PKG_DIR := $(PWD)/pkg
13 DIST_DIR := $(PWD)/dist 13 DIST_DIR := $(PWD)/dist