Skip to content

Commit

Permalink
mark version as dirty
Browse files Browse the repository at this point in the history
  • Loading branch information
hasindu2008 committed Mar 5, 2024
1 parent 36a956f commit fd44380
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ After getting the basic *ssssim* implemented in ~8 hours and successfully baseca
For x86-64 Linux, you can use the precompiled binaries under [releases](https://github.com/hasindu2008/squigulator/releases):

```
VERSION=0.3.0
VERSION=0.3.0-dirty
wget https://github.com/hasindu2008/squigulator/releases/download/v${VERSION}/squigulator-v${VERSION}-x86_64-linux-binaries.tar.gz
tar xf squigulator-v${VERSION}-x86_64-linux-binaries.tar.gz && cd squigulator-v${VERSION}
./squigulator --help
Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#define SQ_VERSION "0.3.0"
#define SQ_VERSION "0.3.0-dirty"
Loading

0 comments on commit fd44380

Please sign in to comment.