svn commit: r216658 - stable/7/sys/sys

Ken Smith kensmith at FreeBSD.org
Wed Dec 22 14:45:44 UTC 2010


Author: kensmith
Date: Wed Dec 22 14:45:43 2010
New Revision: 216658
URL: http://svn.freebsd.org/changeset/base/216658

Log:
  Adjust __FreeBSD_version to reflect that the branch for the FreeBSD 7.4
  release has happened.
  
  Approved by:	re (implicit)

Modified:
  stable/7/sys/sys/param.h

Modified: stable/7/sys/sys/param.h
==============================================================================
--- stable/7/sys/sys/param.h	Wed Dec 22 14:44:22 2010	(r216657)
+++ stable/7/sys/sys/param.h	Wed Dec 22 14:45:43 2010	(r216658)
@@ -57,7 +57,7 @@
  *		is created, otherwise 1.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 703100	/* Master, propagated to newvers */
+#define __FreeBSD_version 704100	/* Master, propagated to newvers */
 
 #ifndef LOCORE
 #include <sys/types.h>


More information about the svn-src-stable-7 mailing list