diff options
author | Xavier Santolaria <xsa@cvs.openbsd.org> | 2008-06-27 21:05:47 +0000 |
---|---|---|
committer | Xavier Santolaria <xsa@cvs.openbsd.org> | 2008-06-27 21:05:47 +0000 |
commit | 7dffb3106f7f79c489f5ca4ba32a21270b6aec78 (patch) | |
tree | c352d6b5a389e00158f7b95005129667132b4afc /usr.bin/cvs | |
parent | d53da694203d34969314ab1d6dbcc254c82d9e0a (diff) |
Bump version; we're not going to stay with 1.0 forever.
ok joris
Diffstat (limited to 'usr.bin/cvs')
-rw-r--r-- | usr.bin/cvs/cvs.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/cvs/cvs.h b/usr.bin/cvs/cvs.h index 1ba3d2a74b6..08780062c4f 100644 --- a/usr.bin/cvs/cvs.h +++ b/usr.bin/cvs/cvs.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cvs.h,v 1.170 2008/06/17 11:05:39 joris Exp $ */ +/* $OpenBSD: cvs.h,v 1.171 2008/06/27 21:05:46 xsa Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -38,8 +38,8 @@ #include "util.h" #include "xmalloc.h" -#define CVS_VERSION_MINOR "0" -#define CVS_VERSION_MAJOR "1" +#define CVS_VERSION_MAJOR "4" +#define CVS_VERSION_MINOR "4" #define CVS_VERSION_PORT #define CVS_VERSION \ |