Skip to content

Commit

Permalink
New patch release
Browse files Browse the repository at this point in the history
  • Loading branch information
xyproto committed Jun 3, 2022
1 parent 65209e4 commit cccc6ca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.1";
static const char* versionString = "tinyionice 1.0.2";
enum {
IOPRIO_CLASS_NONE,
IOPRIO_CLASS_RT,
Expand Down
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
ver=1.0.1
ver=1.0.2
mkdir tinyionice-$ver
cp -v main.c Makefile COPYING README.md tinyionice-$ver/
tar zcvf tinyionice-$ver.tar.gz tinyionice-$ver/
Expand Down
2 changes: 1 addition & 1 deletion version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#

# The current version goes here, as the default value
VERSION=${1:-'1.0.1'}
VERSION=${1:-'1.0.2'}

if [ -z "$1" ]; then
echo "The current version is $VERSION, pass the new version as the first argument if you wish to change it"
Expand Down

0 comments on commit cccc6ca

Please sign in to comment.