aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtem Bityutskiy <Artem.Bityutskiy@nokia.com>2011-03-18 12:54:16 +0200
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>2011-03-18 12:54:16 +0200
commit0a63610bbcdfa2c75d0637e542d1ab67704e34de (patch)
treec5fdc45c113db593354317a78bb88a7b09273ebc
parent556c2a14898777cd25aa75601ca48169e4155698 (diff)
flash_erase: increas version numberv1.4.3
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
-rw-r--r--flash_erase.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/flash_erase.c b/flash_erase.c
index 3ce701b..e0d2d4c 100644
--- a/flash_erase.c
+++ b/flash_erase.c
@@ -19,7 +19,7 @@
*/
#define PROGRAM_NAME "flash_erase"
-#define VERSION "2"
+#define VERSION "2.1.0"
#include <inttypes.h>
#include <stdio.h>