Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 07/03/2000 10:17:10
Module Name:	basesrc
Committed By:	he
Date:		Mon Jul  3 17:17:09 UTC 2000

Modified Files:
	basesrc/lib [netbsd-1-4]: checkver

Log Message:
Apply patch (requested by he):
  Handle use of "tiny" version numbers, to allow version bumps of
  shared libraries on a release branch without reusing version
  numbers.  This paves the way for libc.so.12.40.1.  In order to
  not have to rework bsd.lib.mk, the "minor" version number in the
  shlib_version file will in this example be 40.1, and this script
  tears that apart before comparing.  The tiny version numbers are
  (of course) optional.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.5.2.1 basesrc/lib/checkver

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.