0.32.0
This commit is contained in:
parent
8be22aecec
commit
5a7f61f44e
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -1,8 +1,8 @@
|
||||||
# Makefile to build x48ng without autotools
|
# Makefile to build x48ng without autotools
|
||||||
|
|
||||||
VERSION_MAJOR = 0
|
VERSION_MAJOR = 0
|
||||||
VERSION_MINOR = 31
|
VERSION_MINOR = 32
|
||||||
PATCHLEVEL = 1
|
PATCHLEVEL = 0
|
||||||
|
|
||||||
MAKEFLAGS +=-j$(NUM_CORES) -l$(NUM_CORES)
|
MAKEFLAGS +=-j$(NUM_CORES) -l$(NUM_CORES)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue