From: Artem Bityutskiy Date: Sat, 18 Apr 2009 13:46:25 +0000 (+0300) Subject: ubiformat: increase version to 1.2 X-Git-Tag: v1.3.0~71 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=29ee5c198507cf2e0c5f95830ca0c505e84d7ddc;p=mtd-utils.git ubiformat: increase version to 1.2 The previous patch fixed a nasty bug, so it is nice to increase program version to reflect that. Signed-off-by: Artem Bityutskiy --- diff --git a/ubi-utils/Makefile b/ubi-utils/Makefile index dcff7e3..877a032 100644 --- a/ubi-utils/Makefile +++ b/ubi-utils/Makefile @@ -6,7 +6,7 @@ KERNELHDR := ../include SUBDIRS = old-utils -#CFLAGS += -Werror +CFLAGS += -g -O0 CPPFLAGS += -Iinclude -Isrc -I$(KERNELHDR) LIBS = libubi libmtd libubigen libiniparser libscan diff --git a/ubi-utils/src/ubiformat.c b/ubi-utils/src/ubiformat.c index 920df9a..1409953 100644 --- a/ubi-utils/src/ubiformat.c +++ b/ubi-utils/src/ubiformat.c @@ -45,7 +45,7 @@ #include "crc32.h" #include "common.h" -#define PROGRAM_VERSION "1.1" +#define PROGRAM_VERSION "1.2" #define PROGRAM_NAME "ubiformat" /* The variables below are set by command line arguments */