svn commit: r201749 - stable/8/sys/sys

Bjoern A. Zeeb bz at FreeBSD.org
Thu Jan 7 16:18:46 UTC 2010


Author: bz
Date: Thu Jan  7 16:18:46 2010
New Revision: 201749
URL: http://svn.freebsd.org/changeset/base/201749

Log:
  Bump __FreeBSD_version to 800500 which should have happened already
  after r198460 but was missed.
  
  Note: that 800108 should have been 800501 with that but as there is no
  functional problem here, it'll just stay as is. [1]
  
  This will make pkg_add -r use packages-8-stable for stable/8 rather
  than packages-8.0-release.
  
  Reported by:	Paride Legovini (pl ninthfloor.org) on stable@,
  		(pluknet gmail.com), jhb
  Discussed with:	rwatson [1]

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

Modified: stable/8/sys/sys/param.h
==============================================================================
--- stable/8/sys/sys/param.h	Thu Jan  7 14:23:19 2010	(r201748)
+++ stable/8/sys/sys/param.h	Thu Jan  7 16:18:46 2010	(r201749)
@@ -58,7 +58,7 @@
  *		in the range 5 to 9.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 800108	/* Master, propagated to newvers */
+#define __FreeBSD_version 800500	/* Master, propagated to newvers */
 
 #ifndef LOCORE
 #include <sys/types.h>


More information about the svn-src-all mailing list