Skip to content

Commit 95e9f32

Browse files
committed
1.5.0Jリリースにむけてバージョン名を更新
1 parent 0611e8c commit 95e9f32

6 files changed

Lines changed: 8 additions & 8 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.4J");
820+
puts ("opensource COBOL 1.5J");
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ SHELL=${CONFIG_SHELL-/bin/sh}
422422

423423
# Identity of this package.
424424
PACKAGE_NAME='OpenCOBOL'
425-
PACKAGE_TARNAME='opensource-cobol-1.4.0J'
425+
PACKAGE_TARNAME='opensource-cobol-1.5.0J'
426426
PACKAGE_VERSION='1.1'
427427
PACKAGE_STRING='OpenCOBOL 1.1'
428428
PACKAGE_BUGREPORT='open-cobol-list@lists.sourceforge.net'
@@ -1858,7 +1858,7 @@ fi
18581858

18591859

18601860
# Define the identity of the package.
1861-
PACKAGE='opensource-cobol-1.4.0J'
1861+
PACKAGE='opensource-cobol-1.5.0J'
18621862
VERSION='1.1'
18631863

18641864

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.4.0J])
26+
AC_INIT([OpenCOBOL],[1.1],[open-cobol-list@lists.sourceforge.net],[opensource-cobol-1.5.0J])
2727
AC_CONFIG_SRCDIR([libcob.h])
2828
AC_CONFIG_HEADERS([config.h])
2929
AC_CONFIG_TESTDIR([tests])

po/ja.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66
msgid ""
77
msgstr ""
8-
"Project-Id-Version: opensource COBOL v1.4J\n"
8+
"Project-Id-Version: opensource COBOL v1.5J\n"
99
"Report-Msgid-Bugs-To: open-cobol-list@lists.sourceforge.net\n"
1010
"POT-Creation-Date: 2015-03-17 14:07+0900\n"
1111
"PO-Revision-Date: 2014-02-07 11:40+0900\n"

tests/package.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Signature of the current package.
22
m4_define([AT_PACKAGE_NAME], [OpenCOBOL])
3-
m4_define([AT_PACKAGE_TARNAME], [opensource-cobol-1.4.0J])
3+
m4_define([AT_PACKAGE_TARNAME], [opensource-cobol-1.5.0J])
44
m4_define([AT_PACKAGE_VERSION], [1.1])
55
m4_define([AT_PACKAGE_STRING], [OpenCOBOL 1.1])
66
m4_define([AT_PACKAGE_BUGREPORT], [open-cobol-list@lists.sourceforge.net])

win32/config.h

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

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

304304
/* Define to the address where bug reports for this package should be sent. */
305305
#define PACKAGE_BUGREPORT "open-cobol-list@lists.sourceforge.net"
@@ -311,7 +311,7 @@
311311
#define PACKAGE_STRING "OpenCOBOL 1.1"
312312

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

316316
/* Define to the version of this package. */
317317
#define PACKAGE_VERSION "1.1"

0 commit comments

Comments
 (0)