Skip to content

Commit

Permalink
Version 16.2 Warabitai Released.
Browse files Browse the repository at this point in the history
  • Loading branch information
tkita committed Mar 4, 2017
1 parent 6d1eecf commit 84768ed
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2017-03-04 Tsuyoshi Kitamoto <[email protected]>

* Version 16.2 Warabitai Released.

* Makefile, ddskk-pkg.el, skk-version.el: Bump SKK version to 16.2.

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

* skk-develop.el (skk-get): GNU Emacs 24.3 以下は tar 非対応.
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 = 16.1.50
VERSION = 16.2

BZIP2 = bzip2 -9
DATE = date
Expand Down
2 changes: 1 addition & 1 deletion ddskk-pkg.el
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
;;; 39.3 Multi-file Packages
;;; One of the files in the content directory must be named name-pkg.el.

(define-package "ddskk" "16.1.50"
(define-package "ddskk" "16.2"
"Simple Kana to Kanji conversion program."
'((ccc "1.43") (cdb "20141201.754"))) ; REQUIREMENTS
2 changes: 1 addition & 1 deletion doc/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
2017-03-04 Tsuyoshi Kitamoto <[email protected]>

* skk.texi: Update.
* skk.texi: Bump SKK version to 16.2.

2017-02-27 Tsuyoshi Kitamoto <[email protected]>

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 16.1.50
@set UPDATED Date: 2017/02/18 13:12:05
@set SKK-VERSION 16.2
@set UPDATED Date: 2017/03/04

@dircategory Emacs
@dircategory GNU Emacs Lisp
Expand Down
2 changes: 1 addition & 1 deletion skk-version.el
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

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

0 comments on commit 84768ed

Please sign in to comment.