Index: ossp-pkg/mm/README RCS File: /v/ossp/cvs/ossp-pkg/mm/README,v rcsdiff -q -kk '-r1.71' '-r1.72' -u '/v/ossp/cvs/ossp-pkg/mm/README,v' 2>/dev/null --- README 2002/07/26 13:43:08 1.71 +++ README 2002/07/28 08:00:11 1.72 @@ -6,7 +6,7 @@ OSSP mm - Shared Memory Allocation Copyright (c) 1999-2002 Ralf S. Engelschall Copyright (c) 1999-2002 The OSSP Project - Version 1.2.0 (26-Jul-2002) + Version 1.2.1 (28-Jul-2002) OSSP mm is a 2-layer abstraction library which simplifies the usage of shared memory between forked (and this way strongly related) processes Index: ossp-pkg/mm/mm_vers.c RCS File: /v/ossp/cvs/ossp-pkg/mm/mm_vers.c,v rcsdiff -q -kk '-r1.38' '-r1.39' -u '/v/ossp/cvs/ossp-pkg/mm/mm_vers.c,v' 2>/dev/null --- mm_vers.c 2002/07/26 13:04:40 1.38 +++ mm_vers.c 2002/07/28 08:00:12 1.39 @@ -8,7 +8,7 @@ #ifndef _MM_VERS_C_ #define _MM_VERS_C_ -#define MM_VERSION 0x102200 +#define MM_VERSION 0x102201 typedef struct { const int v_hex; @@ -32,13 +32,13 @@ #undef _MM_VERS_C_AS_HEADER_ mm_version_t mm_version = { - 0x102200, - "1.2.0", - "1.2.0 (26-Jul-2002)", - "This is OSSP mm, Version 1.2.0 (26-Jul-2002)", - "OSSP mm 1.2.0 (26-Jul-2002)", - "OSSP mm/1.2.0", - "@(#)OSSP mm 1.2.0 (26-Jul-2002)", + 0x102201, + "1.2.1", + "1.2.1 (28-Jul-2002)", + "This is OSSP mm, Version 1.2.1 (28-Jul-2002)", + "OSSP mm 1.2.1 (28-Jul-2002)", + "OSSP mm/1.2.1", + "@(#)OSSP mm 1.2.1 (28-Jul-2002)", "$Id$" };