flush pending changes before tagging

This commit is contained in:
Thomas Lotterer 2004-03-10 10:55:17 +00:00
parent fb44efeb26
commit 3a4dfb44fe
2 changed files with 10 additions and 10 deletions

4
README
View File

@ -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,

View File

@ -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$"
};