branch: externals/truename-cache
commit bce5597cfcac9939ee7bc133e5f9110d59b6c6ea
Author: Martin Edström <[email protected]>
Commit: Martin Edström <[email protected]>
Assign to FSF
---
truename-cache.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/truename-cache.el b/truename-cache.el
index 85f662fcd4..6f382e2290 100644
--- a/truename-cache.el
+++ b/truename-cache.el
@@ -1,6 +1,6 @@
;;; truename-cache.el --- Efficiently de-dup file-names -*- lexical-binding:
t; -*-
-;; Copyright (C) 2026 Martin Edström
+;; Copyright (C) 2026 Free Software Foundation, Inc.
;;
;; This program is free software: you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
@@ -49,7 +49,7 @@
;;; Code:
-(defconst truename-cache-internal-version 12 "A number sometimes incremented.")
+(defconst truename-cache-internal-version 13 "A number sometimes incremented.")
(require 'cl-lib)
(require 'map)