------------------------------------------------------------ revno: 397 committer: Leo Liu <sdl....@gmail.com> branch nick: elpa timestamp: Sat 2013-05-04 04:49:00 +0800 message: * ack: bump to version 1.2 to make the archiver happy Fix http://debbugs.gnu.org/14338 modified: packages/ack/ack-pkg.el packages/ack/ack.el
=== modified file 'packages/ack/ack-pkg.el' --- a/packages/ack/ack-pkg.el 2013-04-21 02:11:20 +0000 +++ b/packages/ack/ack-pkg.el 2013-05-03 20:49:00 +0000 @@ -1,1 +1,1 @@ -(define-package "ack" "1.01" "Interface to ack-like source code search tools") +(define-package "ack" "1.2" "Interface to ack-like source code search tools")
=== modified file 'packages/ack/ack.el' --- a/packages/ack/ack.el 2013-04-21 02:11:20 +0000 +++ b/packages/ack/ack.el 2013-05-03 20:49:00 +0000 @@ -3,7 +3,7 @@ ;; Copyright (C) 2012-2013 Free Software Foundation, Inc. ;; Author: Leo Liu <sdl....@gmail.com> -;; Version: 1.01 +;; Version: 1.2 ;; Keywords: tools, processes, convenience ;; Created: 2012-03-24 ;; URL: https://github.com/leoliu/ack-el