File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ AC_PREREQ(2.50)
88AC_INIT ( hexedit.c )
99AC_CONFIG_HEADERS ( config.h )
1010
11- define ( TheVERSION , 1.4.6 )
11+ define ( TheVERSION , 1.4.7 )
1212
1313PRODUCT=hexedit
1414VERSION=TheVERSION
Original file line number Diff line number Diff 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" );
You can’t perform that action at this time.
0 commit comments