summaryrefslogtreecommitdiffstats
path: root/usr.bin/mkimg
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2016-06-17 18:49:42 +0000
committeremaste <emaste@FreeBSD.org>2016-06-17 18:49:42 +0000
commit6e628f4e27e44fbd22eb65263754f6f5b24f37ef (patch)
treee1ffe5088ec1a6fdcf47037f2c689352bc6e17b9 /usr.bin/mkimg
parentb06d3a64e7ac5d5033eced5e6cc06e9fc2371915 (diff)
downloadFreeBSD-src-6e628f4e27e44fbd22eb65263754f6f5b24f37ef.zip
FreeBSD-src-6e628f4e27e44fbd22eb65263754f6f5b24f37ef.tar.gz
mkimg: bump version to 20151211 after r292082
mkimg has had a number of functional additions after the last time the version was incremented. Do so now, to r292082's commit date, so that users can determine what is supported. Reviewed by: marcel Approved by: re (gjb) Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D6882
Diffstat (limited to 'usr.bin/mkimg')
-rw-r--r--usr.bin/mkimg/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/mkimg/Makefile b/usr.bin/mkimg/Makefile
index 0ece082..6622fe4 100644
--- a/usr.bin/mkimg/Makefile
+++ b/usr.bin/mkimg/Makefile
@@ -6,7 +6,7 @@ PROG= mkimg
SRCS= format.c image.c mkimg.c scheme.c
MAN= mkimg.1
-MKIMG_VERSION=20150620
+MKIMG_VERSION=20151211
mkimg.o: Makefile
CFLAGS+=-DMKIMG_VERSION=${MKIMG_VERSION}
OpenPOWER on IntegriCloud