From 5f6f51ec1304a61b88ce1c9670477e5ec3e8b35f Mon Sep 17 00:00:00 2001 From: HIGUCHI Koichi Date: Sun, 17 Nov 2019 00:10:41 +0900 Subject: [PATCH] changed the version number to 3.Alpha.17j --- kh_coder.pl | 2 +- utils/publisher.pl | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kh_coder.pl b/kh_coder.pl index 7ac842c7..f2b52b9b 100644 --- a/kh_coder.pl +++ b/kh_coder.pl @@ -20,7 +20,7 @@ =head1 COPYRIGHT use vars qw($config_obj $project_obj $main_gui $splash $kh_version); -$kh_version = "3.Alpha.17i"; +$kh_version = "3.Alpha.17j"; BEGIN { # open (STDERR,">stderr.txt") or die; # for debug diff --git a/utils/publisher.pl b/utils/publisher.pl index d77dae65..20b7bdb6 100644 --- a/utils/publisher.pl +++ b/utils/publisher.pl @@ -14,8 +14,8 @@ $Archive::Tar::DO_NOT_USE_PREFIX = 1; # 初期設定 -my $V = '3a17i'; -my $V_full = "3.Alpha.17i"; +my $V = '3a17j'; +my $V_full = "3.Alpha.17j"; # マニュアル・チュートリアルのPDFを再作成するか my $pdf = 0;