Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Jan 2010 16:18:46 +0000 (UTC)
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org
Subject:   svn commit: r201749 - stable/8/sys/sys
Message-ID:  <201001071618.o07GIkeb001598@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001071618.o07GIkeb001598>