branch: externals/trie commit c6ddbb9e4247ddb55b575c2e22ba2b7fbd5f2320 Author: Toby S. Cubitt <toby-predict...@dr-qubit.org> Commit: Toby S. Cubitt <toby-predict...@dr-qubit.org>
Bump version numbers. --- trie.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/trie.el b/trie.el index d79176b..a53cb70 100644 --- a/trie.el +++ b/trie.el @@ -1,9 +1,9 @@ ;;; trie.el --- Trie data structure -*- lexical-binding: t; -*- -;; Copyright (C) 2008-2010, 2012, 2014, 2017 Free Software Foundation, Inc +;; Copyright (C) 2008-2010, 2012, 2014, 2017-2018 Free Software Foundation, Inc ;; Author: Toby Cubitt <toby-predict...@dr-qubit.org> -;; Version: 0.4 +;; Version: 0.5 ;; Keywords: extensions, matching, data structures ;; trie, ternary search tree, tree, completion, regexp ;; Package-Requires: ((tNFA "0.1.1") (heap "0.3"))