Skip to content

Commit 50eb9a2

Browse files
committed
version 1.4.7
1 parent fab92bb commit 50eb9a2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ AC_PREREQ(2.50)
88
AC_INIT(hexedit.c)
99
AC_CONFIG_HEADERS(config.h)
1010

11-
define(TheVERSION, 1.4.6)
11+
define(TheVERSION, 1.4.7)
1212

1313
PRODUCT=hexedit
1414
VERSION=TheVERSION

hexedit.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ int main(int argc, char **argv)
7171
if (streq(*argv, "-s") || streq(*argv, "--sector"))
7272
mode = bySector;
7373
else if (streq(*argv, "-v") || streq(*argv, "--version")) {
74-
printf("version 1.4.6\n\n");
74+
printf("version 1.4.7\n\n");
7575
printf("Copyright (C) 1998 Pixel (Pascal Rigaux). Updated by Oscar Megía López <megia.oscar@gmail.com>.\n");
7676
printf("This program is free software; you can redistribute it and/or modify\n");
7777
printf("it under the terms of the GNU General Public License as published by\n");

0 commit comments

Comments
 (0)