From d0b69efc101ebefe5e516e8e01db03f90e35c62f Mon Sep 17 00:00:00 2001 From: PatR Date: Sat, 29 Jan 2022 15:00:49 -0800 Subject: [PATCH] more fixes*.* rename nethack 3.0, nethack 2.2, and hack 1.0 did not use a three component version numbering scheme so their corresponding fixes files shouldn't do so either. Change those from fixesX-Y-0.txt to fixesX-Y--.txt. --- doc/{fixes1-0-0.txt => fixes1-0--.txt} | 0 doc/{fixes2-2-0.txt => fixes2-2--.txt} | 0 doc/{fixes3-0-0.txt => fixes3-0--.txt} | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename doc/{fixes1-0-0.txt => fixes1-0--.txt} (100%) rename doc/{fixes2-2-0.txt => fixes2-2--.txt} (100%) rename doc/{fixes3-0-0.txt => fixes3-0--.txt} (100%) diff --git a/doc/fixes1-0-0.txt b/doc/fixes1-0--.txt similarity index 100% rename from doc/fixes1-0-0.txt rename to doc/fixes1-0--.txt diff --git a/doc/fixes2-2-0.txt b/doc/fixes2-2--.txt similarity index 100% rename from doc/fixes2-2-0.txt rename to doc/fixes2-2--.txt diff --git a/doc/fixes3-0-0.txt b/doc/fixes3-0--.txt similarity index 100% rename from doc/fixes3-0-0.txt rename to doc/fixes3-0--.txt -- 2.50.1