Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
pd3v committed Feb 3, 2024
1 parent a6cf0cf commit eb101b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if(LINUX)
set(CMAKE_CXX_COMPILER /usr/bin/g++)
endif(LINUX)

project(line VERSION 0.5.36)
project(line VERSION 0.5.37)

add_executable("${PROJECT_NAME}" line.cpp)

Expand Down
2 changes: 1 addition & 1 deletion line.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const float DEFAULT_BPM = 60.0;
const uint64_t REF_BAR_DUR = 4000000; // microseconds
const float REF_QUANTUM = 4; // 1 bar
const char *PROMPT = "line>";
const std::string VERSION = "0.5.36";
const std::string VERSION = "0.5.37";
const char REST_SYMBOL = '-';
const uint8_t REST_VAL = 128;
const uint64_t CTRL_RATE = 100000; // microseconds
Expand Down

0 comments on commit eb101b1

Please # to comment.