commit: bccab10154e8472554b65d821b60ea4cc2c405dc Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Thu Jun 5 17:02:46 2014 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Thu Jun 5 17:02:46 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/emacs-tools.git;a=commit;h=bccab101
Version 1.14 released. --- ChangeLog | 2 ++ emacs-updater | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 642741f..3487baa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2014-06-05 Ulrich Müller <[email protected]> + * Version 1.14 released. + * emacs-updater (GETOPT): New variable, path of getopt executable. 2014-05-19 Ulrich Müller <[email protected]> diff --git a/emacs-updater b/emacs-updater index 38c6390..a5a7c34 100755 --- a/emacs-updater +++ b/emacs-updater @@ -6,7 +6,7 @@ # Christian Faulhammer <[email protected]> # Ulrich Müller <[email protected]> -VERSION=1.13 +VERSION=1.14 EMACS=/usr/bin/emacs GETOPT=/usr/bin/getopt SITELISP=/usr/share/emacs/site-lisp
