summaryrefslogtreecommitdiff
path: root/docs/man/man3/Version.3
diff options
context:
space:
mode:
Diffstat (limited to 'docs/man/man3/Version.3')
-rw-r--r--docs/man/man3/Version.36
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/man/man3/Version.3 b/docs/man/man3/Version.3
index 448ab5904..10c11bca4 100644
--- a/docs/man/man3/Version.3
+++ b/docs/man/man3/Version.3
@@ -1,4 +1,4 @@
-.TH "Version" 3 "25 May 2005" "InspIRCd" \" -*- nroff -*-
+.TH "Version" 3 "30 May 2005" "InspIRCd" \" -*- nroff -*-
.ad l
.nh
.SH NAME
@@ -49,10 +49,10 @@ Definition at line 111 of file modules.h.
.PP
.SS "Version::Version (int major, int minor, int revision, int build, int flags)"
.PP
-Definition at line 243 of file modules.cpp.
+Definition at line 245 of file modules.cpp.
.PP
.nf
-243 : Major(major), Minor(minor), Revision(revision), Build(build), Flags(flags) { };
+245 : Major(major), Minor(minor), Revision(revision), Build(build), Flags(flags) { };
.fi
.SH "Member Data Documentation"
.PP