diff options
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/version.c b/src/version.c index 1dfb092a6..1d14392ca 100644 --- a/src/version.c +++ b/src/version.c @@ -715,6 +715,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 187, +/**/ 186, /**/ 185, @@ -1205,9 +1207,6 @@ list_version() # endif #endif -#ifdef RISCOS - MSG_PUTS(_("\nRISC OS version")); -#endif #ifdef VMS MSG_PUTS(_("\nOpenVMS version")); # ifdef HAVE_PATHDEF |