Skip to content

Commit

Permalink
Version 0.1.0
Browse files Browse the repository at this point in the history
Everything basic is implemented, except bit-shifting.
[skip ci]
  • Loading branch information
saxbophone committed May 15, 2022
1 parent 5c34fed commit c30ac95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ else()
set(ARBY_SUBPROJECT ON)
endif()

project(arby VERSION 0.4.1 LANGUAGES CXX)
project(arby VERSION 0.1.0 LANGUAGES CXX)

find_program(CCACHE_PROGRAM ccache)
if(CCACHE_PROGRAM)
Expand Down

0 comments on commit c30ac95

Please sign in to comment.