Skip to content

Commit

Permalink
CMakeLists.txt: prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
tcort committed Nov 17, 2020
1 parent 9a2a4a5 commit 3fa4e3f
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 @@ -15,7 +15,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.

cmake_minimum_required(VERSION 3.10)
project(tcbasic VERSION 0.0.0 LANGUAGES C)
project(tcbasic VERSION 2.3.0 LANGUAGES C)

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

Expand Down

0 comments on commit 3fa4e3f

Please sign in to comment.