diff options
| author | christos <christos@NetBSD.org> | 1997-10-14 15:05:49 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 1997-10-14 15:05:49 +0000 |
| commit | a7db9a7942bbac15ef2ae5fc2e922db429b576bb (patch) | |
| tree | 8646ffefdbd02944369be762e3d2feb3053d38ed /lib/libedit/shlib_version | |
| parent | b0e76afee4ae527eb2004c3e0f6215670e1a8693 (diff) | |
PR/4257: Jaromir Dolecek: history() has no generic error handling and isn't
reentrant. This changes the interface of the history function, so we need
a major number bump.
Diffstat (limited to 'lib/libedit/shlib_version')
| -rw-r--r-- | lib/libedit/shlib_version | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libedit/shlib_version b/lib/libedit/shlib_version index 97c9f92d6b8..1edea46de91 100644 --- a/lib/libedit/shlib_version +++ b/lib/libedit/shlib_version @@ -1,2 +1,2 @@ -major=0 +major=1 minor=0 |
