svn commit: r193241 - in head: . sys/sys

Bjoern A. Zeeb bz at FreeBSD.org
Mon Jun 1 18:07:41 UTC 2009


Author: bz
Date: Mon Jun  1 18:07:38 2009
New Revision: 193241
URL: http://svn.freebsd.org/changeset/base/193241

Log:
  Decrement __FreeBSD_version again to 96 as we are runing out of digits
  and want to be conservative - so not more than one version bump per day.
  
  Discussed with:	jhb, kensmith

Modified:
  head/UPDATING
  head/sys/sys/param.h

Modified: head/UPDATING
==============================================================================
--- head/UPDATING	Mon Jun  1 18:07:01 2009	(r193240)
+++ head/UPDATING	Mon Jun  1 18:07:38 2009	(r193241)
@@ -26,7 +26,6 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 8.
 	The way we are storing and accessing `routing table' entries
 	has changed. Programs reading the FIB, like netstat, need to
 	be re-compiled.
-	Bump __FreeBSD_version to 800097.
 
 20090601:
 	A new netisr implementation has been added for FreeBSD 8.  Network

Modified: head/sys/sys/param.h
==============================================================================
--- head/sys/sys/param.h	Mon Jun  1 18:07:01 2009	(r193240)
+++ head/sys/sys/param.h	Mon Jun  1 18:07:38 2009	(r193241)
@@ -57,7 +57,7 @@
  *		is created, otherwise 1.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 800097	/* Master, propagated to newvers */
+#define __FreeBSD_version 800096	/* Master, propagated to newvers */
 
 #ifndef LOCORE
 #include <sys/types.h>


More information about the svn-src-all mailing list