Skip to content

Commit 732d1c1

Browse files
committed
Version bump to 0.3.0
* Update linenoise to v1.0.0 * Add command mode inside of the laco REPL * Remove command line flag `-?`for displaying help
1 parent 03ea054 commit 732d1c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH}
77
"${CMAKE_SOURCE_DIR}/cmake/modules")
88
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -std=c99")
99

10-
set(LACO_VERSION_STRING "0.2.0")
10+
set(LACO_VERSION_STRING "0.3.0")
1111
execute_process(COMMAND "date" "+%a %b %d, %Y %T"
1212
OUTPUT_VARIABLE LACO_TIMESTAMP)
1313

0 commit comments

Comments
 (0)