forked from Lainports/freebsd-ports
Pet portlint, portfmt. Changelog: * Ignore universal ctags extended metadata in tagaddress, making search patterns work again * Fix auto-indent-mode with custom tab widths * Add handling for C-u modifier in M-! and M-| * Dired-up-directory bound to ^ to go up a directory in dired buffers PR: 282052 Approved by: submitter is maintainer
11 lines
219 B
C
11 lines
219 B
C
--- version.c.orig 2024-10-10 16:12:07 UTC
|
|
+++ version.c
|
|
@@ -13,7 +13,7 @@
|
|
|
|
#include "def.h"
|
|
|
|
-const char version[] = "Mg 2a";
|
|
+const char version[] = "Mg 2a (20241008)";
|
|
|
|
/*
|
|
* Display the version. All this does
|