Fix version stuff:

1. The already released version was 0.9.1c and not 0.9.1b

2. The next release should be 0.9.2 and not 0.9.1d, because
   first the changes are already too large, second we should avoid any more
   0.9.1x confusions and third, the Apache version semantics of
   VERSION.REVISION.PATCHLEVEL for the version string is reasonable (and here
   .2 is already just a patchlevel and not major change).
tVS: ----------------------------------------------------------------------
This commit is contained in:
Ralf S. Engelschall
1998-12-31 09:36:40 +00:00
parent 792a90020f
commit 9cb0969f65
35 changed files with 36 additions and 36 deletions

View File

@@ -72,7 +72,7 @@
#undef MIN_NODES
#define MIN_NODES 4
char *STACK_version="Stack part of OpenSSL 0.9.1c 23-Dec-1998";
char *STACK_version="Stack part of OpenSSL 0.9.2 31-Dec-1998";
#ifndef NOPROTO
#define FP_ICC (int (*)(const void *,const void *))