svn commit: r301999 - head/usr.bin/mkimg

Ed Maste emaste at FreeBSD.org
Fri Jun 17 18:49:43 UTC 2016


Author: emaste
Date: Fri Jun 17 18:49:42 2016
New Revision: 301999
URL: https://svnweb.freebsd.org/changeset/base/301999

Log:
  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

Modified:
  head/usr.bin/mkimg/Makefile

Modified: head/usr.bin/mkimg/Makefile
==============================================================================
--- head/usr.bin/mkimg/Makefile	Fri Jun 17 18:21:55 2016	(r301998)
+++ head/usr.bin/mkimg/Makefile	Fri Jun 17 18:49:42 2016	(r301999)
@@ -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}


More information about the svn-src-head mailing list