summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Santolaria <xsa@cvs.openbsd.org>2008-06-27 21:14:16 +0000
committerXavier Santolaria <xsa@cvs.openbsd.org>2008-06-27 21:14:16 +0000
commit6127aba0794b20cad1628bd099d147a7e2ace133 (patch)
tree3fa9c1b2ba5606d4e10f4c9c2177aefc18edbcaf
parent7dffb3106f7f79c489f5ca4ba32a21270b6aec78 (diff)
Simply the version string and nuke unecessary variables used to build it.
ok joris
-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