diff --git a/ChangeLog b/ChangeLog index 8ee0982..71fdc64 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,15 @@ -2009-01-29 Gustaf Neumann neumann@wu-wien.ac.at +2009-02-01 Gustaf Neumann + + *** AOLserver 4.5.1 RELEASED *** + +2009-02-01 Gustaf Neumann + + * nsd/pools.c: + +2009-02-01 tag aolserver_v45_r1 + + +2009-01-29 Gustaf Neumann * nsd/pools.c: Fixed error message for 'ns_pools set' command diff --git a/include/ns.h b/include/ns.h index 24bfbd1..46093a7 100644 --- a/include/ns.h +++ b/include/ns.h @@ -33,7 +33,7 @@ * All the public types and function declarations for the core * AOLserver. * - * $Header: /Users/dossy/Desktop/cvs/aolserver/include/ns.h,v 1.87 2008/12/05 08:51:44 gneumann Exp $ + * $Header: /Users/dossy/Desktop/cvs/aolserver/include/ns.h,v 1.88 2009/02/01 17:45:34 gneumann Exp $ */ #ifndef NS_H @@ -41,12 +41,12 @@ #define NS_MAJOR_VERSION 4 #define NS_MINOR_VERSION 5 -#define NS_RELEASE_SERIAL 0 +#define NS_RELEASE_SERIAL 1 #define NS_VERSION_NUM (NS_MAJOR_VERSION * 10000 \ + NS_MINOR_VERSION * 100 \ + NS_RELEASE_SERIAL) #define NS_VERSION "4.5" -#define NS_PATCH_LEVEL "4.5.0p1" +#define NS_PATCH_LEVEL "4.5.1" #define NS_ALPHA_RELEASE 0 #define NS_BETA_RELEASE 1