Skip to content

Commit

Permalink
Bump version to reflect added tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alarcher committed Aug 20, 2021
1 parent 53f4467 commit 73ac295
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bench.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# Use is subject to license terms.
#

bench_version=1505
bench_version=1901
libmicro_version=$(bin/tattle -V | awk '{ print $1 }')

case $libmicro_version in
Expand Down
2 changes: 1 addition & 1 deletion src/libmicro.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#include <pthread.h>
#include <stdint.h>

#define LIBMICRO_VERSION "1505"
#define LIBMICRO_VERSION "1901"

#define STRSIZE 1024

Expand Down

0 comments on commit 73ac295

Please sign in to comment.