Skip to content

Commit 8de42d0

Browse files
author
Thierry Volpiatto
committed
Update version in *pkg.el files
1 parent 69310f4 commit 8de42d0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

helm-core-pkg.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; helm-core-pkg.el --- define helm-core for package.el
22

3-
(define-package "helm-core" "2.9.7"
3+
(define-package "helm-core" "2.9.8"
44
"Development files for Helm"
55
'((emacs "24.4")
66
(async "1.9.3"))

helm-pkg.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
;;; helm-pkg.el --- define helm for package.el
22

3-
(define-package "helm" "2.9.7"
3+
(define-package "helm" "2.9.8"
44
"Helm is an Emacs incremental and narrowing framework"
55
'((emacs "24.4")
66
(async "1.9.3")
77
(popup "0.5.3")
8-
(helm-core "2.9.7"))
8+
(helm-core "2.9.8"))
99
:url "https://emacs-helm.github.io/helm/")
1010

1111
;; Local Variables:

0 commit comments

Comments
 (0)