flush pending changes before tagging

This commit is contained in:
Thomas Lotterer 2004-03-19 15:45:40 +00:00
parent 1140c79699
commit 18f0d6d3bc
2 changed files with 10 additions and 10 deletions

4
README
View File

@ -5,7 +5,7 @@
|_|_|_| \___/|____/____/|_| | .__/ \___|\__|_|\__,_|\___/|_| |_| |_|\___/ |_|_|_| \___/|____/____/|_| | .__/ \___|\__|_|\__,_|\___/|_| |_| |_|\___/
|_| |_|
OSSP petidomo - mailing list manager OSSP petidomo - mailing list manager
Version 4.0b5 (10-Mar-2004) Version 4.0b6 (19-Mar-2004)
ABSTRACT ABSTRACT
@ -88,7 +88,7 @@
PETI's STATEMENT PETI's STATEMENT
Petidomo Mailing List Manager Petidomo Mailing List Manager
Version 4.0b5 (10-Mar-2004) Version 4.0b6 (19-Mar-2004)
Greetings citizen, Greetings citizen,

View File

@ -8,7 +8,7 @@
#ifndef _VERSION_C_ #ifndef _VERSION_C_
#define _VERSION_C_ #define _VERSION_C_
#define PETIDOMO_VERSION 0x400105 #define PETIDOMO_VERSION 0x400106
typedef struct { typedef struct {
const int v_hex; const int v_hex;
@ -32,13 +32,13 @@ extern petidomo_version_t petidomo_version;
#undef _VERSION_C_AS_HEADER_ #undef _VERSION_C_AS_HEADER_
petidomo_version_t petidomo_version = { petidomo_version_t petidomo_version = {
0x400105, 0x400106,
"4.0b5", "4.0b6",
"4.0b5 (10-Mar-2004)", "4.0b6 (19-Mar-2004)",
"This is OSSP petidomo, Version 4.0b5 (10-Mar-2004)", "This is OSSP petidomo, Version 4.0b6 (19-Mar-2004)",
"OSSP petidomo 4.0b5 (10-Mar-2004)", "OSSP petidomo 4.0b6 (19-Mar-2004)",
"OSSP petidomo/4.0b5", "OSSP petidomo/4.0b6",
"@(#)OSSP petidomo 4.0b5 (10-Mar-2004)", "@(#)OSSP petidomo 4.0b6 (19-Mar-2004)",
"$Id$" "$Id$"
}; };