Skip to content

Commit

Permalink
Bump to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RandyGaul committed Aug 18, 2024
1 parent a2341c7 commit a2fda53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/cute_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
//--------------------------------------------------------------------------------------------------
// C API

#define CF_VERSION_STRING_COMPILED "Cute Framework Version 1.0"
#define CF_VERSION_STRING_COMPILED "Cute Framework Version 1.0.1"

#ifdef __cplusplus
extern "C" {
Expand Down
2 changes: 1 addition & 1 deletion src/cute_version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@

const char* cf_version_string_linked()
{
return "Cute Framework Version 1.0";
return "Cute Framework Version 1.0.1";
}

0 comments on commit a2fda53

Please sign in to comment.