summaryrefslogtreecommitdiff
path: root/ex_version.c
diff options
context:
space:
mode:
Diffstat (limited to 'ex_version.c')
-rw-r--r--ex_version.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ex_version.c b/ex_version.c
index 103d5a9..c485da1 100644
--- a/ex_version.c
+++ b/ex_version.c
@@ -75,12 +75,12 @@
#include "ex.h"
-static char *versionstring = "@(#)Version 4.0 (gritter) 12/25/06";
+static char *versionstring = "@(#)Version 4.1.3 (gritter) 11/14/16";
void
printver(void)
{
- printf("%s%s%s", versionstring + 4,
+ ex_printf("%s%s%s", versionstring + 4,
#ifdef BIT8
"", ""
#else