aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2014-01-03 01:37:05 +0100
committerGuilhem Moulin <guilhem@fripost.org>2015-06-07 04:27:50 +0200
commit384b20bcba9f733e0d7b086f2326f38fdb9fc56d (patch)
tree7c3ba2cbd9feac2373fd251f06c120824f8bb9cb
parent836ba18991af12dd5094a79a3777bb736857f18a (diff)
Update the debian version.
To the latest point release, 7.3.0.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 93d0c3f..fbb39b4 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
ARCH ?= $(shell uname -m | sed -e 's/^x86_64$$/amd64/' -e 's/^i686$$/i386/')
-VERSION = 7.2.0
+VERSION = 7.3.0
ISOIMG = debian-${VERSION}-${ARCH}-netinst.iso
PRESEEDED = $(patsubst %.iso,%-preseeded.iso, ${ISOIMG})