summaryrefslogtreecommitdiff
path: root/usr.bin/vim/version.h
diff options
context:
space:
mode:
authorJason Downs <downsj@cvs.openbsd.org>1996-10-14 03:56:09 +0000
committerJason Downs <downsj@cvs.openbsd.org>1996-10-14 03:56:09 +0000
commit0a64da4f22aa6e7dc9ce23604386381860186ad4 (patch)
tree532d8d1430151973edf5c77219a3c0c08afbd3d4 /usr.bin/vim/version.h
parent6ddf388c16e872b21b49b92394473229e943f96e (diff)
Backout a previous change that didn't work, and update to version 4.5.
Diffstat (limited to 'usr.bin/vim/version.h')
-rw-r--r--usr.bin/vim/version.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/vim/version.h b/usr.bin/vim/version.h
index 5949316faee..c85ebbba4e0 100644
--- a/usr.bin/vim/version.h
+++ b/usr.bin/vim/version.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: version.h,v 1.2 1996/09/21 06:23:26 downsj Exp $ */
+/* $OpenBSD: version.h,v 1.3 1996/10/14 03:55:34 downsj Exp $ */
/* vi:set ts=4 sw=4:
*
* VIM - Vi IMproved by Bram Moolenaar
@@ -22,8 +22,8 @@
#define VIM_VERSION_MAJOR 4
#define VIM_VERSION_MAJOR_STR "4"
-#define VIM_VERSION_MINOR 4
-#define VIM_VERSION_MINOR_STR "4"
+#define VIM_VERSION_MINOR 5
+#define VIM_VERSION_MINOR_STR "5"
#define VIM_VERSION_BUILD 1
#define VIM_VERSION_BUILD_STR "1"