bump minor.
This commit is contained in:
parent
c3b129605a
commit
4652e1fb8f
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue