diff options
author | 2009-02-21 14:11:08 +0000 | |
---|---|---|
committer | 2009-02-21 14:11:08 +0000 | |
commit | 2fb8a8690fcc3ca38a0a1c6c43c43dce60d5f6e0 (patch) | |
tree | a19c3a7c59c7306f2ae4084fa5d5678758842048 | |
parent | use file_flags for 2 more reasons: (diff) | |
download | wireguard-openbsd-2fb8a8690fcc3ca38a0a1c6c43c43dce60d5f6e0.tar.xz wireguard-openbsd-2fb8a8690fcc3ca38a0a1c6c43c43dce60d5f6e0.zip |
bump to match release version
-rw-r--r-- | usr.bin/cvs/cvs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cvs/cvs.h b/usr.bin/cvs/cvs.h index ba1f44a7ce2..1e6474b0e47 100644 --- a/usr.bin/cvs/cvs.h +++ b/usr.bin/cvs/cvs.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cvs.h,v 1.173 2009/02/21 12:52:47 joris Exp $ */ +/* $OpenBSD: cvs.h,v 1.174 2009/02/21 14:11:08 joris Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -38,7 +38,7 @@ #include "util.h" #include "xmalloc.h" -#define CVS_VERSION "OpenCVS 4.4" +#define CVS_VERSION "OpenCVS 4.5" #define CVS_HIST_CACHE 128 #define CVS_HIST_NBFLD 6 |