diff --git a/src/os_amiga.c b/src/os_amiga.c index 91c13e7d29..c36206c82f 100644 --- a/src/os_amiga.c +++ b/src/os_amiga.c @@ -115,6 +115,9 @@ static char version[] __attribute__((used)) = VIM_VERSION_MINOR_STR # ifdef PATCHLEVEL "." PATCHLEVEL +# endif +# ifdef BUILDDATE + " (" BUILDDATE ")" # endif ; #endif diff --git a/src/version.c b/src/version.c index 4ae8846559..4d89fc21c3 100644 --- a/src/version.c +++ b/src/version.c @@ -755,6 +755,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 3038, /**/ 3037, /**/