commit | 6949d1ddc60cfbe61bed3c57d20ee133767c58a6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Aug 25 02:14:05 2008 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Aug 25 02:14:05 2008 +0000 |
tree | eff537ffd6f4e19b9d53fc7bb5ef33fb6f7acaba | |
parent | acbd44270953c4308b545b1cd1cfbbb2e9e7dd55 [diff] [blame] |
updated for version 7.2-003
diff --git a/src/version.c b/src/version.c index 6730cc0..ef68174 100644 --- a/src/version.c +++ b/src/version.c
@@ -677,6 +677,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3, +/**/ 2, /**/ 1, @@ -790,7 +792,7 @@ MSG_PUTS(_("\nRISC OS version")); #endif #ifdef VMS - MSG_PUTS("\nOpenVMS version"); + MSG_PUTS(_("\nOpenVMS version")); # ifdef HAVE_PATHDEF if (*compiled_arch != NUL) {