chore: prepare for 1.0.0 release

This commit is contained in:
Masahiko AMANO 2022-12-31 17:22:08 +03:00
parent 2ee6e5e8cc
commit 091b1757c6
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.16) cmake_minimum_required(VERSION 3.16)
project(tanabata project(tanabata
VERSION 0.1.3 VERSION 1.0.0
HOMEPAGE_URL https://github.com/H1K0/tanabata HOMEPAGE_URL https://github.com/H1K0/tanabata
LANGUAGES C) LANGUAGES C)

View File

@ -433,7 +433,7 @@ int main(int argc, char **argv) {
} }
return 0; return 0;
case 'V': case 'V':
printf("0.1.3-dev\n"); printf("1.0.0\n");
return 0; return 0;
case 'I': case 'I':
abspath = realpath(optarg, abspath); abspath = realpath(optarg, abspath);