summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/cvs.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/cvs/cvs.h')
-rw-r--r--usr.bin/cvs/cvs.h10
1 files changed, 2 insertions, 8 deletions
diff --git a/usr.bin/cvs/cvs.h b/usr.bin/cvs/cvs.h
index 08780062c4f..edc84482ba3 100644
--- a/usr.bin/cvs/cvs.h
+++ b/usr.bin/cvs/cvs.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: cvs.h,v 1.171 2008/06/27 21:05:46 xsa Exp $ */
+/* $OpenBSD: cvs.h,v 1.172 2008/06/27 21:14:15 xsa Exp $ */
/*
* Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org>
* All rights reserved.
@@ -38,13 +38,7 @@
#include "util.h"
#include "xmalloc.h"
-#define CVS_VERSION_MAJOR "4"
-#define CVS_VERSION_MINOR "4"
-#define CVS_VERSION_PORT
-
-#define CVS_VERSION \
- "OpenCVS version " \
- CVS_VERSION_MAJOR "." CVS_VERSION_MINOR CVS_VERSION_PORT
+#define CVS_VERSION "OpenCVS 4.4"
#define CVS_HIST_CACHE 128
#define CVS_HIST_NBFLD 6