Bump __FreeBSD_version due to movement of libraries to /lib and rtld to

/libexec.
This commit is contained in:
Gordon Tetlow 2003-08-17 09:10:13 +00:00
parent 96d282ece6
commit 0a855c3431
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=119021

View file

@ -57,7 +57,7 @@
* scheme is: <major><two digit minor><0 if release branch, otherwise 1>xx
*/
#undef __FreeBSD_version
#define __FreeBSD_version 501104 /* Master, propagated to newvers */
#define __FreeBSD_version 501105 /* Master, propagated to newvers */
#ifndef NULL
#define NULL 0