diff options
| author | Dmitry Gutov | 2020-07-06 00:51:13 +0300 |
|---|---|---|
| committer | Dmitry Gutov | 2020-07-06 00:51:24 +0300 |
| commit | 3c7bae233770373c5183073a3ddcb466b328cfc9 (patch) | |
| tree | 644c9a2d94f35cc2443014e58a9c2f27ee405bab | |
| parent | bcde7952b35ced2f0cb277a32d1ae451f76b8a51 (diff) | |
| download | emacs-3c7bae233770373c5183073a3ddcb466b328cfc9.tar.gz emacs-3c7bae233770373c5183073a3ddcb466b328cfc9.zip | |
* lisp/progmodes/project.el: Bump the version.
| -rw-r--r-- | lisp/progmodes/project.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/project.el b/lisp/progmodes/project.el index 702e69ba539..08798d86f8e 100644 --- a/lisp/progmodes/project.el +++ b/lisp/progmodes/project.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; project.el --- Operations on the current project -*- lexical-binding: t; -*- | 1 | ;;; project.el --- Operations on the current project -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2015-2020 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2015-2020 Free Software Foundation, Inc. |
| 4 | ;; Version: 0.4.0 | 4 | ;; Version: 0.5.0 |
| 5 | ;; Package-Requires: ((emacs "26.3")) | 5 | ;; Package-Requires: ((emacs "26.3")) |
| 6 | 6 | ||
| 7 | ;; This is a GNU ELPA :core package. Avoid using functionality that | 7 | ;; This is a GNU ELPA :core package. Avoid using functionality that |