mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-27 16:59:36 +03:00
bodge the makefile version extraction.
This commit is contained in:
parent
248fc0acc9
commit
42657ea9a4
@ -41,7 +41,8 @@ endif
|
||||
CFLAGS += -I/usr/include/libxml2
|
||||
CFLAGS += -include cocoa/Prefix.pch
|
||||
|
||||
VERSION_FULL := $(shell sed -n '/\"/{s/.*"\(.*\)\".*/\1/;p;}' desktop/version.c)
|
||||
# VERSION_FULL := $(shell sed -n '/\"/{s/.*"\(.*\)\".*/\1/;p;}' desktop/version.c)
|
||||
VERSION_FULL := "3.0 (Dev)"
|
||||
VERSION_MAJ := $(shell sed -n '/_major/{s/.* = \([0-9]*\).*/\1/;p;}' desktop/version.c)
|
||||
VERSION_MIN := $(shell sed -n '/_minor/{s/.* = \([0-9]*\).*/\1/;p;}' desktop/version.c)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user