0
0
mirror of https://github.com/vim/vim.git synced 2025-10-16 07:24:23 -04:00

patch 9.1.1805: Amiga: Missing build date in version string

Problem:  Amiga: Missing build date in version string
Solution: Set build date in CFLAGS in Makefile (Ola Söder)

closes: #18418

Signed-off-by: Ola Söder <rolfkopman@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
Ola Söder
2025-09-28 17:58:44 +00:00
committed by Christian Brabandt
parent f4a6acd86e
commit 7d903eaccf
2 changed files with 7 additions and 0 deletions

View File

@@ -71,6 +71,11 @@ ifdef PATCHLEVEL
CFLAGS += -DPATCHLEVEL=\"$(PATCHLEVEL)\"
endif
# Build date used for Amiga style version string
ifdef BUILDDATE
CFLAGS += -DBUILDDATE=\"$(BUILDDATE)\"
endif
# Common sources
SRC += \
alloc.c \

View File

@@ -729,6 +729,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1805,
/**/
1804,
/**/