Explorar el Código

Update minor version

Jguer hace 6 años
padre
commit
eb468fc878
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -4,7 +4,7 @@ PREFIX := /usr/local
 DESTDIR :=
 
 MAJORVERSION := 9
-MINORVERSION ?= 1
+MINORVERSION ?= 2
 PATCHVERSION := 0
 VERSION ?= ${MAJORVERSION}.${MINORVERSION}.${PATCHVERSION}