diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2014-06-25 02:46:55 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-06-07 04:28:09 +0200 |
commit | 7aee7d77320b06b7077bb4e3355250e02c3064e6 (patch) | |
tree | 64f5f5854aa14e2a3180a3968a22e3505fbf1254 /Makefile | |
parent | 95af037624e4d78873ab142dd2fe543d2f38b15f (diff) |
Bump debian_version to 7.5.0
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ CC ?= gcc CC += -m$(shell dpkg-architecture -qDEB_HOST_ARCH_BITS $(patsubst %,-a%, ${ARCH})) DEB_ARCH = $(shell dpkg-architecture -qDEB_HOST_ARCH $(patsubst %,-a%, ${ARCH})) -VERSION = 7.4.0 +VERSION = 7.5.0 IMAGE_TYPE ?= iso ISOIMG = debian-${VERSION}-${DEB_ARCH}-netinst.iso |