From 9c4cdec3c308a38b276b718d0d69b16eb38f2fc2 Mon Sep 17 00:00:00 2001 From: kaz-yos Date: Sat, 30 Jan 2021 05:45:47 -0500 Subject: [PATCH] Bump version to 10.1.1 - Fix interference with c++-mode https://github.com/stan-dev/stan-mode/issues/64 --- ac-stan/ac-stan.el | 4 ++-- ac-stan/test-ac-stan.el | 4 ++-- company-stan/company-stan.el | 4 ++-- company-stan/test-company-stan.el | 4 ++-- eldoc-stan/eldoc-stan-create-json.el | 4 ++-- eldoc-stan/eldoc-stan.el | 4 ++-- eldoc-stan/test-eldoc-stan-create-json.el | 4 ++-- eldoc-stan/test-eldoc-stan.el | 4 ++-- flycheck-stan/flycheck-stan-error-msgs.el | 4 ++-- flycheck-stan/flycheck-stan.el | 4 ++-- flycheck-stan/test-flycheck-stan-error-msgs.el | 4 ++-- flycheck-stan/test-flycheck-stan.el | 4 ++-- stan-mode/create_stan_keywords.py | 2 +- stan-mode/stan-keywords.el | 2 +- stan-mode/stan-mode.el | 2 +- stan-mode/test-c++-mode.el | 2 +- stan-mode/test-stan-mode.el | 2 +- stan-snippets/stan-snippets.el | 4 ++-- stan-snippets/test-stan-snippets.el | 4 ++-- 19 files changed, 33 insertions(+), 33 deletions(-) diff --git a/ac-stan/ac-stan.el b/ac-stan/ac-stan.el index bcccf32..010b8fe 100644 --- a/ac-stan/ac-stan.el +++ b/ac-stan/ac-stan.el @@ -8,9 +8,9 @@ ;; Maintainer: Kazuki Yoshida ;; URL: https://github.com/stan-dev/stan-mode/tree/master/ac-stan ;; Keywords: languages -;; Version: 10.1.0 +;; Version: 10.1.1 ;; Created: 2014-12-18 -;; Package-Requires: ((emacs "24") (auto-complete "1.4.0") (stan-mode "10.1.0") (stan-snippets "10.1.0")) +;; Package-Requires: ((emacs "24") (auto-complete "1.4.0") (stan-mode "10.1.1") (stan-snippets "10.1.1")) ;; This file is not part of GNU Emacs. diff --git a/ac-stan/test-ac-stan.el b/ac-stan/test-ac-stan.el index 269765d..564790e 100644 --- a/ac-stan/test-ac-stan.el +++ b/ac-stan/test-ac-stan.el @@ -6,9 +6,9 @@ ;; Maintainer: Kazuki Yoshida ;; URL: https://github.com/stan-dev/stan-mode/tree/master/ac-stan ;; Keywords: languages -;; Version: 10.1.0 +;; Version: 10.1.1 ;; Created: 2019-07-26 -;; Package-Requires: ((emacs "24") (auto-complete "1.4.0") (stan-mode "10.1.0") (stan-snippets "10.1.0")) +;; Package-Requires: ((emacs "24") (auto-complete "1.4.0") (stan-mode "10.1.1") (stan-snippets "10.1.1")) ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by diff --git a/company-stan/company-stan.el b/company-stan/company-stan.el index bcac75c..a9c4e21 100644 --- a/company-stan/company-stan.el +++ b/company-stan/company-stan.el @@ -6,9 +6,9 @@ ;; Maintainer: Kazuki Yoshida ;; URL: https://github.com/stan-dev/stan-mode/tree/master/company-stan ;; Keywords: languages -;; Version: 10.1.0 +;; Version: 10.1.1 ;; Created: 2019-07-14 -;; Package-Requires: ((emacs "24.3") (company "0.9.10") (stan-mode "10.1.0")) +;; Package-Requires: ((emacs "24.3") (company "0.9.10") (stan-mode "10.1.1")) ;; This file is not part of GNU Emacs. diff --git a/company-stan/test-company-stan.el b/company-stan/test-company-stan.el index af6d9d2..d852254 100644 --- a/company-stan/test-company-stan.el +++ b/company-stan/test-company-stan.el @@ -6,9 +6,9 @@ ;; Maintainer: Kazuki Yoshida ;; URL: https://github.com/stan-dev/stan-mode/tree/master/company-stan ;; Keywords: languages -;; Version: 10.1.0 +;; Version: 10.1.1 ;; Created: 2019-07-26 -;; Package-Requires: ((emacs "24") (company "0.9.10") (stan-mode "10.1.0")) +;; Package-Requires: ((emacs "24") (company "0.9.10") (stan-mode "10.1.1")) ;; This file is not part of GNU Emacs. diff --git a/eldoc-stan/eldoc-stan-create-json.el b/eldoc-stan/eldoc-stan-create-json.el index 95d3d7d..3b46432 100644 --- a/eldoc-stan/eldoc-stan-create-json.el +++ b/eldoc-stan/eldoc-stan-create-json.el @@ -6,9 +6,9 @@ ;; Maintainer: Kazuki Yoshida ;; URL: https://github.com/stan-dev/stan-mode/tree/master/eldoc-stan ;; Keywords: help, tools -;; Version: 10.1.0 +;; Version: 10.1.1 ;; Created: 2019-07-29 -;; Package-Requires: ((emacs "25.1") (stan-mode "10.1.0")) +;; Package-Requires: ((emacs "25.1") (stan-mode "10.1.1")) ;; This file is not part of GNU Emacs. diff --git a/eldoc-stan/eldoc-stan.el b/eldoc-stan/eldoc-stan.el index d1a35b8..ed304d2 100644 --- a/eldoc-stan/eldoc-stan.el +++ b/eldoc-stan/eldoc-stan.el @@ -6,9 +6,9 @@ ;; Maintainer: Kazuki Yoshida ;; URL: https://github.com/stan-dev/stan-mode/tree/master/eldoc-stan ;; Keywords: help, tools -;; Version: 10.1.0 +;; Version: 10.1.1 ;; Created: 2019-07-14 -;; Package-Requires: ((emacs "25") (stan-mode "10.1.0")) +;; Package-Requires: ((emacs "25") (stan-mode "10.1.1")) ;; This file is not part of GNU Emacs. diff --git a/eldoc-stan/test-eldoc-stan-create-json.el b/eldoc-stan/test-eldoc-stan-create-json.el index 0304c1c..2d27448 100644 --- a/eldoc-stan/test-eldoc-stan-create-json.el +++ b/eldoc-stan/test-eldoc-stan-create-json.el @@ -4,9 +4,9 @@ ;; Maintainer: Kazuki Yoshida ;; URL: https://github.com/stan-dev/stan-mode/tree/master/eldoc-stan ;; Keywords: help, tools -;; Version: 10.1.0 +;; Version: 10.1.1 ;; Created: 2019-07-29 -;; Package-Requires: ((emacs "25.1") (stan-mode "10.1.0")) +;; Package-Requires: ((emacs "25.1") (stan-mode "10.1.1")) ;; This file is not part of GNU Emacs. diff --git a/eldoc-stan/test-eldoc-stan.el b/eldoc-stan/test-eldoc-stan.el index b6f2f93..fa6c632 100644 --- a/eldoc-stan/test-eldoc-stan.el +++ b/eldoc-stan/test-eldoc-stan.el @@ -4,9 +4,9 @@ ;; Maintainer: Kazuki Yoshida ;; URL: https://github.com/stan-dev/stan-mode/tree/master/eldoc-stan ;; Keywords: help, tools -;; Version: 10.1.0 +;; Version: 10.1.1 ;; Created: 2019-07-14 -;; Package-Requires: ((emacs "25") (stan-mode "10.1.0")) +;; Package-Requires: ((emacs "25") (stan-mode "10.1.1")) ;; This file is not part of GNU Emacs. diff --git a/flycheck-stan/flycheck-stan-error-msgs.el b/flycheck-stan/flycheck-stan-error-msgs.el index 4a78a17..d7b7bec 100644 --- a/flycheck-stan/flycheck-stan-error-msgs.el +++ b/flycheck-stan/flycheck-stan-error-msgs.el @@ -6,9 +6,9 @@ ;; Maintainer: Kazuki Yoshida ;; URL: https://github.com/stan-dev/stan-mode/tree/master/flycheck-stan ;; Keywords: c,languages -;; Version: 10.1.0 +;; Version: 10.1.1 ;; Created: 2019-08-20 -;; Package-Requires: ((emacs "25.1") (flycheck "0.16.0") (stan-mode "10.1.0")) +;; Package-Requires: ((emacs "25.1") (flycheck "0.16.0") (stan-mode "10.1.1")) ;; This file is not part of GNU Emacs. diff --git a/flycheck-stan/flycheck-stan.el b/flycheck-stan/flycheck-stan.el index 9a914a0..5aea15a 100644 --- a/flycheck-stan/flycheck-stan.el +++ b/flycheck-stan/flycheck-stan.el @@ -8,9 +8,9 @@ ;; Maintainer: Kazuki Yoshida ;; URL: https://github.com/stan-dev/stan-mode/tree/master/flycheck-stan ;; Keywords: c,languages -;; Version: 10.1.0 +;; Version: 10.1.1 ;; Created: 2014-12-19 -;; Package-Requires: ((emacs "25.1") (flycheck "0.16.0") (stan-mode "10.1.0")) +;; Package-Requires: ((emacs "25.1") (flycheck "0.16.0") (stan-mode "10.1.1")) ;; This file is not part of GNU Emacs. diff --git a/flycheck-stan/test-flycheck-stan-error-msgs.el b/flycheck-stan/test-flycheck-stan-error-msgs.el index 2aff000..dc982d5 100644 --- a/flycheck-stan/test-flycheck-stan-error-msgs.el +++ b/flycheck-stan/test-flycheck-stan-error-msgs.el @@ -6,9 +6,9 @@ ;; Maintainer: Kazuki Yoshida ;; URL: https://github.com/stan-dev/stan-mode/tree/master/flycheck-stan ;; Keywords: languages -;; Version: 10.1.0 +;; Version: 10.1.1 ;; Created: 2019-07-26 -;; Package-Requires: ((emacs "24") (flycheck "0.16.0") (stan-mode "10.1.0")) +;; Package-Requires: ((emacs "24") (flycheck "0.16.0") (stan-mode "10.1.1")) ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by diff --git a/flycheck-stan/test-flycheck-stan.el b/flycheck-stan/test-flycheck-stan.el index 6ea1fbd..122a605 100644 --- a/flycheck-stan/test-flycheck-stan.el +++ b/flycheck-stan/test-flycheck-stan.el @@ -6,9 +6,9 @@ ;; Maintainer: Kazuki Yoshida ;; URL: https://github.com/stan-dev/stan-mode/tree/master/flycheck-stan ;; Keywords: languages -;; Version: 10.1.0 +;; Version: 10.1.1 ;; Created: 2019-07-26 -;; Package-Requires: ((emacs "25.1") (flycheck "0.16.0") (stan-mode "10.1.0")) +;; Package-Requires: ((emacs "25.1") (flycheck "0.16.0") (stan-mode "10.1.1")) ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by diff --git a/stan-mode/create_stan_keywords.py b/stan-mode/create_stan_keywords.py index 28d9ef5..f69b91e 100644 --- a/stan-mode/create_stan_keywords.py +++ b/stan-mode/create_stan_keywords.py @@ -14,7 +14,7 @@ ;; Maintainer: Kazuki Yoshida ;; URL: https://github.com/stan-dev/stan-mode/tree/master/stan-mode ;; Keywords: languages,c -;; Version: 10.1.0 +;; Version: 10.1.1 ;; Created: 2012-08-18 ;; Package-Requires: ((emacs "24.3")) diff --git a/stan-mode/stan-keywords.el b/stan-mode/stan-keywords.el index a967462..ca1f980 100644 --- a/stan-mode/stan-keywords.el +++ b/stan-mode/stan-keywords.el @@ -9,7 +9,7 @@ ;; Maintainer: Kazuki Yoshida ;; URL: https://github.com/stan-dev/stan-mode/tree/master/stan-mode ;; Keywords: languages,c -;; Version: 10.1.0 +;; Version: 10.1.1 ;; Created: 2012-08-18 ;; Package-Requires: ((emacs "24.3")) diff --git a/stan-mode/stan-mode.el b/stan-mode/stan-mode.el index 8d55f41..fe37a64 100644 --- a/stan-mode/stan-mode.el +++ b/stan-mode/stan-mode.el @@ -9,7 +9,7 @@ ;; Maintainer: Kazuki Yoshida ;; URL: https://github.com/stan-dev/stan-mode/tree/master/stan-mode ;; Keywords: languages,c -;; Version: 10.1.0 +;; Version: 10.1.1 ;; Created: 2012-08-18 ;; Package-Requires: ((emacs "24.4")) diff --git a/stan-mode/test-c++-mode.el b/stan-mode/test-c++-mode.el index db59b22..6c588fb 100644 --- a/stan-mode/test-c++-mode.el +++ b/stan-mode/test-c++-mode.el @@ -6,7 +6,7 @@ ;; Maintainer: Kazuki Yoshida ;; URL: https://github.com/stan-dev/stan-mode/tree/master/stan-mode ;; Keywords: languages -;; Version: 10.1.0 +;; Version: 10.1.1 ;; Created: 2021-01-29 ;; Package-Requires: ((emacs "25.1")) diff --git a/stan-mode/test-stan-mode.el b/stan-mode/test-stan-mode.el index 92633c0..a0c59b7 100644 --- a/stan-mode/test-stan-mode.el +++ b/stan-mode/test-stan-mode.el @@ -6,7 +6,7 @@ ;; Maintainer: Kazuki Yoshida ;; URL: https://github.com/stan-dev/stan-mode/tree/master/stan-mode ;; Keywords: languages -;; Version: 10.1.0 +;; Version: 10.1.1 ;; Created: 2019-07-26 ;; Package-Requires: ((emacs "25.1")) diff --git a/stan-snippets/stan-snippets.el b/stan-snippets/stan-snippets.el index ab47e56..ea4f0c3 100644 --- a/stan-snippets/stan-snippets.el +++ b/stan-snippets/stan-snippets.el @@ -8,9 +8,9 @@ ;; Maintainer: Kazuki Yoshida ;; URL: https://github.com/stan-dev/stan-mode/tree/master/stan-snippets ;; Keywords: languages,tools -;; Version: 10.1.0 +;; Version: 10.1.1 ;; Created: 2012-08-18 -;; Package-Requires: ((emacs "24.3") (stan-mode "10.1.0") (yasnippet "0.8.0")) +;; Package-Requires: ((emacs "24.3") (stan-mode "10.1.1") (yasnippet "0.8.0")) ;; This file is not part of GNU Emacs. diff --git a/stan-snippets/test-stan-snippets.el b/stan-snippets/test-stan-snippets.el index 2e8e887..6dc8019 100644 --- a/stan-snippets/test-stan-snippets.el +++ b/stan-snippets/test-stan-snippets.el @@ -6,9 +6,9 @@ ;; Maintainer: Kazuki Yoshida , ;; URL: https://github.com/stan-dev/stan-mode/tree/master/stan-snippets ;; Keywords: languages,tools -;; Version: 10.1.0 +;; Version: 10.1.1 ;; Created: 2019-07-26 -;; Package-Requires: ((emacs "25.1") (stan-mode "10.1.0") (yasnippet "0.8.0")) +;; Package-Requires: ((emacs "25.1") (stan-mode "10.1.1") (yasnippet "0.8.0")) ;; This program is free software; you can redistribute it and/or modify