diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2017-05-29 18:29:57 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2017-05-29 18:29:57 +0200 |
commit | 77f04516b616f32b3203a9709e31dbd01718854d (patch) | |
tree | 005c5274123c9939b3adba93f11ecbe468053ae6 /Makefile | |
parent | 8f2b5f6f16fc79f1d61c1f0c1da075f0d249fd88 (diff) |
Bump iso version.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ CC += -m$(shell dpkg-architecture -qDEB_HOST_ARCH_BITS $(patsubst %,-a%, ${ARCH} DEB_ARCH = $(shell dpkg-architecture -qDEB_HOST_ARCH $(patsubst %,-a%, ${ARCH})) # Multiarch: apt-get install gcc-multilib libc6-dev-x32 -VERSION = 8.2.0 +VERSION = 8.8.0 IMAGE_TYPE ?= iso ISOIMG = debian-${VERSION}-${DEB_ARCH}-netinst.iso |