summaryrefslogtreecommitdiff
path: root/patchlevel.h
diff options
context:
space:
mode:
Diffstat (limited to 'patchlevel.h')
-rw-r--r--patchlevel.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/patchlevel.h b/patchlevel.h
index 995c2aa964..e46a9f4b1e 100644
--- a/patchlevel.h
+++ b/patchlevel.h
@@ -1,6 +1,6 @@
#ifndef __PATCHLEVEL_H_INCLUDED__
#define PATCHLEVEL 4
-#define SUBVERSION 74
+#define SUBVERSION 75
/*
local_patches -- list of locally applied less-than-subversion patches.
@@ -39,6 +39,7 @@
*/
static char *local_patches[] = {
NULL
+ ,"DEVEL_BETA_ISSUE_1 - 5.005 Public Beta, Issue 1"
,NULL
};