mirror of
https://git.planet-casio.com/Lephenixnoir/OpenLibm.git
synced 2024-12-29 13:03:42 +01:00
Update Make.inc
update version number
This commit is contained in:
parent
e9c0ba7ad6
commit
99c712d65e
1 changed files with 1 additions and 1 deletions
2
Make.inc
2
Make.inc
|
@ -1,7 +1,7 @@
|
||||||
# -*- mode: makefile-gmake -*-
|
# -*- mode: makefile-gmake -*-
|
||||||
|
|
||||||
OS := $(shell uname)
|
OS := $(shell uname)
|
||||||
VERSION = 0.1.0
|
VERSION = 0.2.0
|
||||||
VERSION_SPLIT = $(subst ., , $(VERSION))
|
VERSION_SPLIT = $(subst ., , $(VERSION))
|
||||||
DESTDIR =
|
DESTDIR =
|
||||||
prefix = /usr/local
|
prefix = /usr/local
|
||||||
|
|
Loading…
Reference in a new issue