diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2014-03-13 16:51:05 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-06-07 04:28:04 +0200 |
commit | 355955f27f801ee90c03b7a42fa9134bde9fc973 (patch) | |
tree | a0a45a19e554ce55b097113fe2118415a4f04fb3 /Makefile | |
parent | 145b1e03c69d3dcc8a0328e665f220020b142ba7 (diff) |
Bump the installer to the last Debian point-release.
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.3.0 +VERSION = 7.4.0 IMAGE_TYPE ?= iso ISOIMG = debian-${VERSION}-${DEB_ARCH}-netinst.iso |