Skip to content

Commit

Permalink
Bump version for 3.2.19 RC release
Browse files Browse the repository at this point in the history
  • Loading branch information
yanoh committed May 15, 2015
1 parent 72361fe commit 886a446
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 9 deletions.
9 changes: 9 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
Fri May 15 14:39:51 2015 Yutaka Yanoh <[email protected]>

* release.rc : 3.2.19
- Fix abend problem when evaluating #error directive followed by no
pp-tokens.
- Fix infinite loop problem when evaluating #elif directive followed
by no constant-expression.
- Support input encoded in UTF-8 with BOM.

Fri May 15 14:18:38 2015 Yutaka Yanoh <[email protected]>

* lib/adlint/source.rb : Support input encoded in UTF-8 with BOM.
Expand Down
2 changes: 1 addition & 1 deletion etc/mesg.d/c_builtin/en_US/messages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
# - "ERR:X99"
# format: "Your custom message for the error of E9999."

version: "3.2.17"
version: "3.2.19"

message_definition:
W0001:
Expand Down
2 changes: 1 addition & 1 deletion etc/mesg.d/c_builtin/ja_JP/messages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
# - "ERR:X99"
# format: "Your custom message for the error of E9999."

version: "3.2.17"
version: "3.2.19"

message_definition:
W0001:
Expand Down
2 changes: 1 addition & 1 deletion etc/mesg.d/core/en_US/messages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
# - "ERR:X99"
# format: "Your custom message for the error of E9999."

version: "3.2.17"
version: "3.2.19"

message_definition:
X0001:
Expand Down
2 changes: 1 addition & 1 deletion etc/mesg.d/core/ja_JP/messages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
# - "ERR:X99"
# format: "Your custom message for the error of E9999."

version: "3.2.17"
version: "3.2.19"

message_definition:
X0001:
Expand Down
4 changes: 2 additions & 2 deletions lib/adlint/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ module AdLint #:nodoc:

MAJOR_VERSION = 3
MINOR_VERSION = 2
PATCH_VERSION = 17
RELEASE_DATE = "2014-05-28"
PATCH_VERSION = 19
RELEASE_DATE = "2015-05-15"

TRAITS_SCHEMA_VERSION = "3.0.0"

Expand Down
2 changes: 1 addition & 1 deletion share/doc/developers_guide_ja.texi
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@setfilename developers_guide_ja.info
@documentlanguage ja
@documentencoding utf-8
@settitle AdLint 3.2.17 開発者ガイド
@settitle AdLint 3.2.19 開発者ガイド

@copying
Copyright (C) 2010-2014, OGIS-RI Co.,Ltd.
Expand Down
2 changes: 1 addition & 1 deletion share/doc/users_guide_en.texi
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@setfilename users_guide_en.info
@documentlanguage en
@documentencoding utf-8
@settitle AdLint 3.2.17 User's Guide
@settitle AdLint 3.2.19 User's Guide

@copying
Copyright (C) 2010-2014, OGIS-RI Co.,Ltd.
Expand Down
2 changes: 1 addition & 1 deletion share/doc/users_guide_ja.texi
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@setfilename users_guide_ja.info
@documentlanguage ja
@documentencoding utf-8
@settitle AdLint 3.2.17 利用者ガイド
@settitle AdLint 3.2.19 利用者ガイド

@copying
Copyright (C) 2010-2014, OGIS-RI Co.,Ltd.
Expand Down

0 comments on commit 886a446

Please sign in to comment.