-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e4e28f1
commit 5307baa
Showing
7 changed files
with
37 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
# Copyright (C) 2020 by Pierre Rouleau | ||
|
||
# Author: Pierre Rouleau <[email protected]> | ||
# Last Modified Time-stamp: <2020-09-02 18:33:37, updated by Pierre Rouleau> | ||
# Last Modified Time-stamp: <2020-09-03 14:12:13, updated by Pierre Rouleau> | ||
# Keywords: packaging, build-control | ||
|
||
# This file is part of the PEL package | ||
|
@@ -53,7 +53,7 @@ EMACS_INIT = "~/.emacs.d/init.el" | |
|
||
# ----------------------------------------------------------------------------- | ||
# PEL Package Version - increase this number on each release | ||
PEL_VERSION := 0.1.1 | ||
PEL_VERSION := 0.2.0 | ||
|
||
# NOTE: Also update the version numbers in the following files: | ||
# - NEWS | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ PEL -- Pragmatic Environment Library for Emacs | |
|
||
:URL: https://github.com/pierre-rouleau/pel/blob/master/doc/pel-manual.rst | ||
:Project: `PEL Project home page`_ | ||
:Last Modified Time-stamp: <2020-09-03 14:10:11, updated by Pierre Rouleau> | ||
:Last Modified Time-stamp: <2020-09-03 14:13:53, updated by Pierre Rouleau> | ||
:License: | ||
Copyright (c) 2020 Pierre Rouleau <[email protected]> | ||
|
||
|
@@ -583,7 +583,7 @@ At the end, if all goes right, you should see something like this:: | |
|
||
Loading pel_keys... | ||
PEL loaded, PEL keys binding in effect. | ||
PEL version: 0.1.1 | ||
PEL version: 0.2.0 | ||
Parsing tar file... | ||
Parsing tar file...done | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
|
||
;; Author: Pierre Rouleau <[email protected]> | ||
;; URL: https://github.com/pierre-rouleau/pel | ||
;; Version: 0.1.1 | ||
;; Version: 0.2.0 | ||
;; Package-Requires: ((emacs "24.1") (use-package "2.4")) | ||
;; Keywords: convenience | ||
|
||
|