Skip to content

Commit

Permalink
Release 17.1 Neppu
Browse files Browse the repository at this point in the history
  • Loading branch information
tkita committed Aug 15, 2020
1 parent c9b4260 commit 9aff088
Show file tree
Hide file tree
Showing 10 changed files with 23 additions and 11 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2020-08-15 Tsuyoshi Kitamoto <[email protected]>

* Version 17.1 Neppu Released.

* skk-version.el, docs/conf.py, ddskk-pkg.el, Makefile: Bump SKK version to 17.1.

2020-04-03 Tsuyoshi Kitamoto <[email protected]>

* skk-vars.el (skk-rom-kana-base-rule-list): Add new rule `zn'.
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Maintainer: SKK Development Team <[email protected]>


VERSION = 17.0.50
VERSION = 17.1

BZIP2 = bzip2 -9
CD = cd
Expand Down
6 changes: 3 additions & 3 deletions READMEs/CODENAME.ja
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,9 @@ o 異なる路線で同じ駅を二度通過しても同じ Codename は 2 度
二股 Futamata 16.1
蕨岱 Warabitai 16.2 (2017-03-04)
黒松内 Kuromatsunai 16.3 (2020-02-09)
熱郛 Neppu 17.1
目名 Mena :
蘭越 Rankoshi
熱郛 Neppu 17.1 (2020-08-15)
目名 Mena 17.2
蘭越 Rankoshi :
昆布 Kombu
ニセコ Niseko
比羅夫 Hirafu
Expand Down
2 changes: 1 addition & 1 deletion READMEs/NEWS.ja
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
* 17.1
* 17.1 (2020-08-15)

** ライセンス表記を統一 #136

Expand Down
2 changes: 1 addition & 1 deletion READMEs/history.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,4 +194,4 @@ Openlab の記述を修正していただけるとありがたいです.
| 2019 | | Emacs 26.2 (04/12) | |
| | | Emacs 26.3 (08/28) | |
| 2020 | Daredevil SKK 16.3 (02/09) -- 元号「令和」をサポート | Emacs 27.1 (08/10) | |
| ???? | Daredevil SKK 17.1 (??/??) -- XEmacs のサポート廃止、GNU Emacs 23 のサポート廃止、インストーラの挙動を変更、など。 | | |
| | Daredevil SKK 17.1 (08/15) -- XEmacs のサポート廃止、GNU Emacs 23 のサポート廃止、インストーラの挙動を変更、など。 | | |
2 changes: 1 addition & 1 deletion ddskk-pkg.el
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
;;; 39.3 Multi-file Packages
;;; One of the files in the content directory must be named name-pkg.el.

(define-package "ddskk" "17.0.50"
(define-package "ddskk" "17.1"
"Simple Kana to Kanji conversion program."
'((ccc "1.43") (cdb "20141201.754"))) ; REQUIREMENTS

Expand Down
6 changes: 6 additions & 0 deletions doc/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2020-08-15 Tsuyoshi Kitamoto <[email protected]>

* Version 17.1 Neppu Released.

* skk.texi: Bump SKK version to 17.1.

2020-03-14 Tsuyoshi Kitamoto <[email protected]>

* skk.texi: Update (#132).
Expand Down
4 changes: 2 additions & 2 deletions doc/skk.texi
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
@c Maintainer: SKK Development Team <[email protected]>
@c Keywords: japanese
@c
@set SKK-VERSION 17.0.50
@set UPDATED Date: 2020/02/14
@set SKK-VERSION 17.1
@set UPDATED Date: 2020/08/15

@dircategory Emacs
@dircategory GNU Emacs Lisp
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
# The short X.Y version
version = u''
# The full version, including alpha/beta/rc tags
release = u'17.0.50'
release = u'17.1'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion skk-version.el
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

(put 'skk-version 'product-name "Daredevil SKK")
(put 'skk-version 'version-string
(let ((ver "17.0.50")
(let ((ver "17.1")
(mepla "mepla")
(path (catch 'exit
(dolist (p load-path)
Expand Down

0 comments on commit 9aff088

Please sign in to comment.