]> www.infradead.org Git - mtd-utils.git/commitdiff
ubiformat: increase version to 1.2
authorArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Sat, 18 Apr 2009 13:46:25 +0000 (16:46 +0300)
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Sat, 18 Apr 2009 13:46:25 +0000 (16:46 +0300)
The previous patch fixed a nasty bug, so it is nice to increase
program version to reflect that.

Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
ubi-utils/Makefile
ubi-utils/src/ubiformat.c

index dcff7e3775ece59da7792c344805fdbc1d703113..877a032f94cb3dc7e0db82b132ab7a65aa484179 100644 (file)
@@ -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
index 920df9ad791a07a6bdbf4ce3511a330eddc2283b..1409953bd81c0c209584583d0cd631142004abf2 100644 (file)
@@ -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 */