branch: externals/heap commit 778a848a6edd2d955103323a58800f69785d8d39 Author: Toby S. Cubitt <toby-predict...@dr-qubit.org> Commit: Toby S. Cubitt <toby-predict...@dr-qubit.org>
Bump version numbers and copyright years. --- heap.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/heap.el b/heap.el index 72c0345..863a2be 100644 --- a/heap.el +++ b/heap.el @@ -1,10 +1,10 @@ ;; -*- lexical-binding: t; -*- ;;; heap.el --- Heap (a.k.a. priority queue) data structure -;; Copyright (C) 2004-2006, 2008, 2012 Free Software Foundation, Inc +;; Copyright (C) 2004-2006, 2008, 2012-2013 Free Software Foundation, Inc ;; Author: Toby Cubitt <toby-predict...@dr-qubit.org> -;; Version: 0.3 +;; Version: 0.4 ;; Keywords: extensions, data structures, heap, priority queue ;; URL: http://www.dr-qubit.org/emacs.php ;; Repository: http://www.dr-qubit.org/git/predictive.git