flush pending changes before tagging
This commit is contained in:
parent
fb44efeb26
commit
3a4dfb44fe
4
README
4
README
@ -5,7 +5,7 @@
|
||||
|_|_|_| \___/|____/____/|_| | .__/ \___|\__|_|\__,_|\___/|_| |_| |_|\___/
|
||||
|_|
|
||||
OSSP petidomo - mailing list manager
|
||||
Version 4.0b4 (09-Mar-2004)
|
||||
Version 4.0b5 (10-Mar-2004)
|
||||
|
||||
ABSTRACT
|
||||
|
||||
@ -88,7 +88,7 @@
|
||||
PETI's STATEMENT
|
||||
|
||||
Petidomo Mailing List Manager
|
||||
Version 4.0b4 (09-Mar-2004)
|
||||
Version 4.0b5 (10-Mar-2004)
|
||||
|
||||
|
||||
Greetings citizen,
|
||||
|
||||
16
version.c
16
version.c
@ -8,7 +8,7 @@
|
||||
#ifndef _VERSION_C_
|
||||
#define _VERSION_C_
|
||||
|
||||
#define PETIDOMO_VERSION 0x400104
|
||||
#define PETIDOMO_VERSION 0x400105
|
||||
|
||||
typedef struct {
|
||||
const int v_hex;
|
||||
@ -32,13 +32,13 @@ extern petidomo_version_t petidomo_version;
|
||||
#undef _VERSION_C_AS_HEADER_
|
||||
|
||||
petidomo_version_t petidomo_version = {
|
||||
0x400104,
|
||||
"4.0b4",
|
||||
"4.0b4 (09-Mar-2004)",
|
||||
"This is OSSP petidomo, Version 4.0b4 (09-Mar-2004)",
|
||||
"OSSP petidomo 4.0b4 (09-Mar-2004)",
|
||||
"OSSP petidomo/4.0b4",
|
||||
"@(#)OSSP petidomo 4.0b4 (09-Mar-2004)",
|
||||
0x400105,
|
||||
"4.0b5",
|
||||
"4.0b5 (10-Mar-2004)",
|
||||
"This is OSSP petidomo, Version 4.0b5 (10-Mar-2004)",
|
||||
"OSSP petidomo 4.0b5 (10-Mar-2004)",
|
||||
"OSSP petidomo/4.0b5",
|
||||
"@(#)OSSP petidomo 4.0b5 (10-Mar-2004)",
|
||||
"$Id$"
|
||||
};
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user