diff mbox

mtd-utils: bump nanddump, mtdinfo version numbers

Message ID 1308870587-5300-1-git-send-email-computersforpeace@gmail.com
State Accepted
Commit 352d17fc103848bc511b31c3c7d9307f0c9afb02
Headers show

Commit Message

Brian Norris June 23, 2011, 11:09 p.m. UTC
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
---
 nanddump.c              |    2 +-
 ubi-utils/src/mtdinfo.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Artem Bityutskiy June 24, 2011, 8:16 p.m. UTC | #1
On Thu, 2011-06-23 at 16:09 -0700, Brian Norris wrote:
> Signed-off-by: Brian Norris <computersforpeace@gmail.com>
> ---
>  nanddump.c              |    2 +-
>  ubi-utils/src/mtdinfo.c |    2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

Pushed, thanks!
Brian Norris June 24, 2011, 10:38 p.m. UTC | #2
On Fri, Jun 24, 2011 at 1:16 PM, Artem Bityutskiy <dedekind1@gmail.com> wrote:
> On Thu, 2011-06-23 at 16:09 -0700, Brian Norris wrote:
>> Signed-off-by: Brian Norris <computersforpeace@gmail.com>
>> ---
>>  nanddump.c              |    2 +-
>>  ubi-utils/src/mtdinfo.c |    2 +-
>>  2 files changed, 2 insertions(+), 2 deletions(-)
>
> Pushed, thanks!

You sure? It looks like you missed :)
Artem Bityutskiy June 25, 2011, 6:09 a.m. UTC | #3
On Fri, 2011-06-24 at 15:38 -0700, Brian Norris wrote:
> On Fri, Jun 24, 2011 at 1:16 PM, Artem Bityutskiy <dedekind1@gmail.com> wrote:
> > On Thu, 2011-06-23 at 16:09 -0700, Brian Norris wrote:
> >> Signed-off-by: Brian Norris <computersforpeace@gmail.com>
> >> ---
> >>  nanddump.c              |    2 +-
> >>  ubi-utils/src/mtdinfo.c |    2 +-
> >>  2 files changed, 2 insertions(+), 2 deletions(-)
> >
> > Pushed, thanks!
> 
> You sure? It looks like you missed :)

Oops, fixed!
diff mbox

Patch

diff --git a/nanddump.c b/nanddump.c
index 54cb1af..0367d83 100644
--- a/nanddump.c
+++ b/nanddump.c
@@ -14,7 +14,7 @@ 
  */
 
 #define PROGRAM_NAME "nanddump"
-#define VERSION "1.30"
+#define VERSION "1.31"
 
 #define _GNU_SOURCE
 #include <ctype.h>
diff --git a/ubi-utils/src/mtdinfo.c b/ubi-utils/src/mtdinfo.c
index b6077e4..bfd7e6d 100644
--- a/ubi-utils/src/mtdinfo.c
+++ b/ubi-utils/src/mtdinfo.c
@@ -21,7 +21,7 @@ 
  * Author: Artem Bityutskiy
  */
 
-#define PROGRAM_VERSION "1.0"
+#define PROGRAM_VERSION "1.1"
 #define PROGRAM_NAME    "mtdinfo"
 
 #include <stdint.h>