Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ashvardanian committed Mar 18, 2024
2 parents 59a07a2 + ef9c6eb commit 84adec7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.14)
project(libsee
VERSION 1.0.0
VERSION 1.0.1
DESCRIPTION "See where you use LibC the most. Trace calls failing tests. Then - roast!")

# Set C standard
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0
1.0.1
2 changes: 1 addition & 1 deletion libsee.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*/
#define LIBSEE_VERSION_MAJOR 1
#define LIBSEE_VERSION_MINOR 0
#define LIBSEE_VERSION_PATCH 0
#define LIBSEE_VERSION_PATCH 1

#if !defined(LIBSEE_MAX_THREADS) || LIBSEE_MAX_THREADS <= 0
#define LIBSEE_MAX_THREADS 1024
Expand Down

0 comments on commit 84adec7

Please sign in to comment.