From 3a4dfb44fea89a251031f669c1e1cbf6629d874b Mon Sep 17 00:00:00 2001 From: Thomas Lotterer Date: Wed, 10 Mar 2004 10:55:17 +0000 Subject: [PATCH] flush pending changes before tagging --- README | 4 ++-- version.c | 16 ++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README b/README index deed1fe..31bb3b7 100644 --- a/README +++ b/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, diff --git a/version.c b/version.c index 73a9729..fe41325 100644 --- a/version.c +++ b/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$" };