Bumping library version to 0.6.

pull/1214/head
Nicolas "Pixel" Noble 10 years ago
parent 2132a21c4c
commit 5e51518f61
  1. 2
      Makefile
  2. 2
      build.json

@ -284,7 +284,7 @@ E = @echo
Q = @
endif
VERSION = 0.5.0.0
VERSION = 0.6.0.0
CPPFLAGS_NO_ARCH += $(addprefix -I, $(INCLUDES)) $(addprefix -D, $(DEFINES))
CPPFLAGS += $(CPPFLAGS_NO_ARCH) $(ARCH_FLAGS)

@ -3,7 +3,7 @@
"#": "The public version number of the library.",
"version": {
"major": 0,
"minor": 5,
"minor": 6,
"micro": 0,
"build": 0
}

Loading…
Cancel
Save