Skip to content

Commit

Permalink
New patch release
Browse files Browse the repository at this point in the history
  • Loading branch information
xyproto committed Feb 23, 2022
1 parent d847bab commit 6671dfb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,5 @@ The full license text is in the `COPYING` file.

## General info

* Version: 1.0.0
* Version: 1.0.1
* License: GPL2
2 changes: 1 addition & 1 deletion main.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#include <sys/syscall.h>
#include <unistd.h>

static const char* versionString = "tinyionice 1.0.0";
static const char* versionString = "tinyionice 1.0.1";

static inline int flush_standard_stream(FILE* stream)
{
Expand Down

0 comments on commit 6671dfb

Please sign in to comment.