Skip to content

Commit

Permalink
bump version number to 4.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gneumann committed Feb 1, 2009
1 parent c05755b commit 305ce4a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
13 changes: 12 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
2009-01-29 Gustaf Neumann [email protected]
2009-02-01 Gustaf Neumann <[email protected]>

*** AOLserver 4.5.1 RELEASED ***

2009-02-01 Gustaf Neumann <[email protected]>

* nsd/pools.c:

2009-02-01 tag aolserver_v45_r1


2009-01-29 Gustaf Neumann <[email protected]>
* nsd/pools.c:
Fixed error message for 'ns_pools set' command

Expand Down
6 changes: 3 additions & 3 deletions include/ns.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,20 +33,20 @@
* 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
#define NS_H

#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
Expand Down

0 comments on commit 305ce4a

Please sign in to comment.