diff options
author | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2011-03-18 12:54:16 +0200 |
---|---|---|
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2011-03-18 12:54:16 +0200 |
commit | 0a63610bbcdfa2c75d0637e542d1ab67704e34de (patch) | |
tree | c5fdc45c113db593354317a78bb88a7b09273ebc /flash_erase.c | |
parent | 556c2a14898777cd25aa75601ca48169e4155698 (diff) |
flash_erase: increas version numberv1.4.3
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Diffstat (limited to 'flash_erase.c')
-rw-r--r-- | flash_erase.c | 2 |
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> |