diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2016-01-01 20:51:49 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2016-01-01 20:51:49 +0200 |
commit | 8f2b5f6f16fc79f1d61c1f0c1da075f0d249fd88 (patch) | |
tree | 070a0cc8e6c923948936c3800d020bb071600ac6 /Makefile | |
parent | 81a0a2bcb27ca716c3908d9fdb3e41dc215e1c71 (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.0.0 +VERSION = 8.2.0 IMAGE_TYPE ?= iso ISOIMG = debian-${VERSION}-${DEB_ARCH}-netinst.iso |