summaryrefslogtreecommitdiff
path: root/pr/include/prinit.h
diff options
context:
space:
mode:
Diffstat (limited to 'pr/include/prinit.h')
-rw-r--r--pr/include/prinit.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/pr/include/prinit.h b/pr/include/prinit.h
index 70b4567d..029cfccb 100644
--- a/pr/include/prinit.h
+++ b/pr/include/prinit.h
@@ -63,10 +63,10 @@ PR_BEGIN_EXTERN_C
** The format of the version string is
** "<major version>.<minor version>[.<patch level>] [<Beta>]"
*/
-#define PR_VERSION "4.6"
+#define PR_VERSION "4.6.1"
#define PR_VMAJOR 4
#define PR_VMINOR 6
-#define PR_VPATCH 0
+#define PR_VPATCH 1
#define PR_BETA PR_FALSE
/*