Skip to content

Commit

Permalink
Update version information
Browse files Browse the repository at this point in the history
Set version to 1.1 and also update copyrigh info.
  • Loading branch information
rsa9000 committed Jun 20, 2017
1 parent 47bb045 commit dd89c56
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,4 +1,4 @@
Copyright (c) 2015-2016, Sergey Ryazanov <ryazanov.s.a@gmail.com>
Copyright (c) 2012-2017, Sergey Ryazanov <ryazanov.s.a@gmail.com>

Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
Expand Down
2 changes: 1 addition & 1 deletion npk.h
@@ -1,7 +1,7 @@
/**
* Mikrotik's NPK file structures definitions
*
* Copyright (c) 2012, Sergey Ryazanov <ryazanov.s.a@gmail.com>
* Copyright (c) 2012-2017, Sergey Ryazanov <ryazanov.s.a@gmail.com>
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
Expand Down
6 changes: 3 additions & 3 deletions unnpk.c
@@ -1,7 +1,7 @@
/**
* Mikrotik's NPK package processor/unpacker
*
* Copyright (c) 2012, Sergey Ryazanov <ryazanov.s.a@gmail.com>
* Copyright (c) 2012-2017, Sergey Ryazanov <ryazanov.s.a@gmail.com>
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
Expand Down Expand Up @@ -33,7 +33,7 @@

#include "npk.h"

#define VERSION_STR "1.0 (15 Feb 2012)"
#define VERSION_STR "1.1"

#define FL_DUMP 0x01 /* Dump internal NPK structures flag */
#define FL_LIST 0x02 /* List NPK files */
Expand Down Expand Up @@ -683,7 +683,7 @@ static int proc_main(uint8_t *base, const struct options *opt)
/* Prints usage information */
static void usage(const char *name)
{
printf("Mikrotik NPK files unpacker/processor %s.\n", VERSION_STR);
printf("MikroTik NPK files unpacker/processor v%s.\n", VERSION_STR);
printf(
"\n"
"Usage:\n"
Expand Down

0 comments on commit dd89c56

Please sign in to comment.