diff options
| author | christos <christos@NetBSD.org> | 2008-04-05 23:53:26 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2008-04-05 23:53:26 +0000 |
| commit | 4652e1fb8f760d09ebc7b830da0c1c0e9bdbfdf5 (patch) | |
| tree | bbd6b22dd054ef2a454336a17030be425a861ea8 /lib/libedit | |
| parent | c3b129605ad16c8ade2f89eef82bcc61e4fb40e2 (diff) | |
bump minor.
Diffstat (limited to 'lib/libedit')
| -rw-r--r-- | lib/libedit/histedit.h | 4 | ||||
| -rw-r--r-- | lib/libedit/shlib_version | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/libedit/histedit.h b/lib/libedit/histedit.h index 5496cbfa762..2ca3bec9ca7 100644 --- a/lib/libedit/histedit.h +++ b/lib/libedit/histedit.h @@ -1,4 +1,4 @@ -/* $NetBSD: histedit.h,v 1.33 2008/04/05 15:53:28 christos Exp $ */ +/* $NetBSD: histedit.h,v 1.34 2008/04/05 23:53:26 christos Exp $ */ /*- * Copyright (c) 1992, 1993 @@ -41,7 +41,7 @@ #define _HISTEDIT_H_ #define LIBEDIT_MAJOR 2 -#define LIBEDIT_MINOR 10 +#define LIBEDIT_MINOR 11 #include <sys/types.h> #include <stdio.h> diff --git a/lib/libedit/shlib_version b/lib/libedit/shlib_version index bfa6b7053ff..d9489f51c2d 100644 --- a/lib/libedit/shlib_version +++ b/lib/libedit/shlib_version @@ -1,5 +1,5 @@ -# $NetBSD: shlib_version,v 1.16 2006/11/24 00:01:17 christos Exp $ +# $NetBSD: shlib_version,v 1.17 2008/04/05 23:53:26 christos Exp $ # Remember to update distrib/sets/lists/base/shl.* when changing # major=2 -minor=10 +minor=11 |
