summaryrefslogtreecommitdiff
path: root/cocoa/Makefile.target
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-04-06 12:01:07 +0100
committerVincent Sanders <vince@kyllikki.org>2016-04-06 12:01:07 +0100
commit3a5b4571b419087f8adfeb1dfe6b0c3f32dd9985 (patch)
tree5bf35156a18eb968029c9602b12a8c19e57b2ded /cocoa/Makefile.target
parentd6ad20a2c466daf5deee402100ef217497fc555e (diff)
downloadnetsurf-3a5b4571b419087f8adfeb1dfe6b0c3f32dd9985.tar.gz
netsurf-3a5b4571b419087f8adfeb1dfe6b0c3f32dd9985.tar.bz2
update version info for next development cycle
Diffstat (limited to 'cocoa/Makefile.target')
-rw-r--r--cocoa/Makefile.target4
1 files changed, 1 insertions, 3 deletions
diff --git a/cocoa/Makefile.target b/cocoa/Makefile.target
index ad2d9172e..af354d768 100644
--- a/cocoa/Makefile.target
+++ b/cocoa/Makefile.target
@@ -40,9 +40,7 @@ CFLAGS += -Dnscocoa -D_BSD_SOURCE -D_POSIX_C_SOURCE -std=c99 -g -Os
CFLAGS += -I/usr/X11/include
CFLAGS += -include cocoa/Prefix.pch
-# VERSION_FULL := $(shell sed -n '/\"/{s/.*"\(.*\)\".*/\1/;p;}' desktop/version.c)
-# TODO: this needs fixing properly everywhere
-VERSION_FULL := "3.4 (Dev)"
+VERSION_FULL := $(shell sed -n '/_version.*=.*"/{s/.*"\(.*\)".*/\1/;p;}' desktop/version.c)
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)