Skip to content

Commit 588487a

Browse files
committed
バージョン番号を更新
1 parent 1a70295 commit 588487a

6 files changed

Lines changed: 22 additions & 22 deletions

File tree

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.5J");
820+
puts ("opensource COBOL 1.5.1J");
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: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -421,11 +421,11 @@ SHELL=${CONFIG_SHELL-/bin/sh}
421421
: ${ac_max_here_lines=38}
422422

423423
# Identity of this package.
424-
PACKAGE_NAME='OpenCOBOL'
425-
PACKAGE_TARNAME='opensource-cobol-1.5.0J'
426-
PACKAGE_VERSION='1.1'
427-
PACKAGE_STRING='OpenCOBOL 1.1'
428-
PACKAGE_BUGREPORT='open-cobol-list@lists.sourceforge.net'
424+
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'
428+
PACKAGE_BUGREPORT='ws-opensource-cobol-contact@osscons.jp'
429429

430430
ac_unique_file="libcob.h"
431431
# Factoring default headers for most tests.
@@ -1858,8 +1858,8 @@ fi
18581858

18591859

18601860
# Define the identity of the package.
1861-
PACKAGE='opensource-cobol-1.5.0J'
1862-
VERSION='1.1'
1861+
PACKAGE='opensource-cobol-1.5.1J'
1862+
VERSION='1.5.1'
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([OpenCOBOL],[1.1],[open-cobol-list@lists.sourceforge.net],[opensource-cobol-1.5.0J])
26+
AC_INIT([opensource COBOL],[1.5.1],[ws-opensource-cobol-contact@osscons.jp],[opensource-cobol-1.5.1J])
2727
AC_CONFIG_SRCDIR([libcob.h])
2828
AC_CONFIG_HEADERS([config.h])
2929
AC_CONFIG_TESTDIR([tests])

po/ja.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
#
66
msgid ""
77
msgstr ""
8-
"Project-Id-Version: opensource COBOL v1.5J\n"
9-
"Report-Msgid-Bugs-To: open-cobol-list@lists.sourceforge.net\n"
8+
"Project-Id-Version: opensource COBOL v1.5.1J\n"
9+
"Report-Msgid-Bugs-To: ws-opensource-cobol-contact@osscons.jp\n"
1010
"POT-Creation-Date: 2016-05-10 19:09+0900\n"
1111
"PO-Revision-Date: 2014-02-07 11:40+0900\n"
1212
"Last-Translator: Kazuyoshi Tanaka <kazuyoshi.tanaka.zs@hitachi-solutions."

tests/package.m4

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Signature of the current package.
2-
m4_define([AT_PACKAGE_NAME], [OpenCOBOL])
3-
m4_define([AT_PACKAGE_TARNAME], [opensource-cobol-1.5.0J])
4-
m4_define([AT_PACKAGE_VERSION], [1.1])
5-
m4_define([AT_PACKAGE_STRING], [OpenCOBOL 1.1])
6-
m4_define([AT_PACKAGE_BUGREPORT], [open-cobol-list@lists.sourceforge.net])
2+
m4_define([AT_PACKAGE_NAME], [opensource COBOL])
3+
m4_define([AT_PACKAGE_TARNAME], [opensource-cobol-1.5.1J])
4+
m4_define([AT_PACKAGE_VERSION], [1.5.1])
5+
m4_define([AT_PACKAGE_STRING], [opensource COBOL 1.5.1J])
6+
m4_define([AT_PACKAGE_BUGREPORT], [ws-opensource-cobol-contact@osscons.jp])

win32/config.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -299,22 +299,22 @@
299299
#define ICONV_CONST
300300

301301
/* Name of package */
302-
#define PACKAGE "opensource-cobol-1.5.0J"
302+
#define PACKAGE "opensource-cobol-1.5.1J"
303303

304304
/* Define to the address where bug reports for this package should be sent. */
305-
#define PACKAGE_BUGREPORT "open-cobol-list@lists.sourceforge.net"
305+
#define PACKAGE_BUGREPORT "ws-opensource-cobol-contact@osscons.jp"
306306

307307
/* Define to the full name of this package. */
308-
#define PACKAGE_NAME "OpenCOBOL"
308+
#define PACKAGE_NAME "opensource COBOL"
309309

310310
/* Define to the full name and version of this package. */
311-
#define PACKAGE_STRING "OpenCOBOL 1.1"
311+
#define PACKAGE_STRING "opensource COBOL 1.5.1J"
312312

313313
/* Define to the one symbol short name of this package. */
314-
#define PACKAGE_TARNAME "opensource-cobol-1.5.0J"
314+
#define PACKAGE_TARNAME "opensource-cobol-1.5.1J"
315315

316316
/* Define to the version of this package. */
317-
#define PACKAGE_VERSION "1.1"
317+
#define PACKAGE_VERSION "1.5.1"
318318

319319
/* Define a patch level */
320320
#define PATCH_LEVEL 0

0 commit comments

Comments
 (0)