Skip to content

Commit 6737ed0

Browse files
committed
Fix version tag.
1 parent e56bb92 commit 6737ed0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcommon.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#include <ctype.h>
1313

1414
#define PROGRAM_NAME "VideoStego"
15-
#define PROGRAM_VERSION "0.1.0"
15+
#define PROGRAM_VERSION "1.0.1"
1616
#define AUTHORS "Javier Dominguez Gomez"
1717

1818
void printUsage ();

0 commit comments

Comments
 (0)