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 2f44abcd1..5985dbbdd 100644
--- a/docs/man/man3/Version.3
+++ b/docs/man/man3/Version.3
@@ -1,4 +1,4 @@
-.TH "Version" 3 "25 Mar 2005" "InspIRCd" \" -*- nroff -*-
+.TH "Version" 3 "28 Mar 2005" "InspIRCd" \" -*- nroff -*-
.ad l
.nh
.SH NAME
@@ -46,10 +46,10 @@ Definition at line 102 of file modules.h.
.PP
.SS "Version::Version (int major, int minor, int revision, int build)"
.PP
-Definition at line 291 of file modules.cpp.
+Definition at line 298 of file modules.cpp.
.PP
.nf
-291 : Major(major), Minor(minor), Revision(revision), Build(build) { };
+298 : Major(major), Minor(minor), Revision(revision), Build(build) { };
.fi
.SH "Member Data Documentation"
.PP