diff options
Diffstat (limited to 'patchlevel.h')
-rw-r--r-- | patchlevel.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/patchlevel.h b/patchlevel.h index bc24229bbe..21d19a8987 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -1,6 +1,6 @@ #ifndef __PATCHLEVEL_H_INCLUDED__ -#define PATCHLEVEL 4 -#define SUBVERSION 76 +#define PATCHLEVEL 5 +#define SUBVERSION 0 /* local_patches -- list of locally applied less-than-subversion patches. @@ -39,7 +39,7 @@ */ static char *local_patches[] = { NULL - ,"DEVEL_BETA_ISSUE_2 - 5.005 Public Beta, Issue 2" + ,"MAYBE - 5.005, but not just yet" ,NULL }; |