Skip to content

Commit 3fa4e3f

Browse files
committed
CMakeLists.txt: prepare for release
1 parent 9a2a4a5 commit 3fa4e3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1616

1717
cmake_minimum_required(VERSION 3.10)
18-
project(tcbasic VERSION 0.0.0 LANGUAGES C)
18+
project(tcbasic VERSION 2.3.0 LANGUAGES C)
1919

2020
set(CMAKE_C_FLAGS_DEBUG "${CMAKE_C_FLAGS_DEBUG} -Wall -Werror -Wextra -Wpedantic")
2121

0 commit comments

Comments
 (0)