Skip to content

Commit b6635dd

Browse files
committed
refactor(*):バージョン番号を更新
バージョン番号の更新を実施した。 合わせて、テストスクリプトとpoファイルを再生成した。
1 parent 0e7969f commit b6635dd

File tree

12 files changed

+24123
-32961
lines changed

12 files changed

+24123
-32961
lines changed

cobc/cobc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -817,7 +817,7 @@ cobc_sig_handler (int sig)
817817
static void
818818
cobc_print_version (void)
819819
{
820-
puts ("opensource COBOL 1.5.1J");
820+
puts ("opensource COBOL 1.5.2J");
821821
puts ("OSS Consortium's patched version of OpenCOBOL1.1(Feb.06 2009)");
822822
#ifdef I18N_UTF8
823823
puts ("[unicode/utf-8 support]");

configure

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -422,9 +422,9 @@ SHELL=${CONFIG_SHELL-/bin/sh}
422422

423423
# Identity of this package.
424424
PACKAGE_NAME='opensource COBOL'
425-
PACKAGE_TARNAME='opensource-cobol-1.5.1J'
426-
PACKAGE_VERSION='1.5.1'
427-
PACKAGE_STRING='opensource COBOL 1.5.1J'
425+
PACKAGE_TARNAME='opensource-cobol-1.5.2J'
426+
PACKAGE_VERSION='1.5.2'
427+
PACKAGE_STRING='opensource COBOL 1.5.2J'
428428
PACKAGE_BUGREPORT='[email protected]'
429429

430430
ac_unique_file="libcob.h"
@@ -1858,8 +1858,8 @@ fi
18581858

18591859

18601860
# Define the identity of the package.
1861-
PACKAGE='opensource-cobol-1.5.1J'
1862-
VERSION='1.5.1'
1861+
PACKAGE='opensource-cobol-1.5.2J'
1862+
VERSION='1.5.2'
18631863

18641864

18651865
cat >>confdefs.h <<_ACEOF

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
AC_PREREQ(2.59)
2525

26-
AC_INIT([opensource COBOL],[1.5.1],[[email protected]],[opensource-cobol-1.5.1J])
26+
AC_INIT([opensource COBOL],[1.5.2],[[email protected]],[opensource-cobol-1.5.2J])
2727
AC_CONFIG_SRCDIR([libcob.h])
2828
AC_CONFIG_HEADERS([config.h])
2929
AC_CONFIG_TESTDIR([tests])

0 commit comments

Comments
 (0)