From ddcf33786a2328469e39d67fab84ed6ad468d8c0 Mon Sep 17 00:00:00 2001 From: Samual Lenks Date: Fri, 22 Feb 2013 00:15:15 -0500 Subject: [PATCH] Gotta increment that version --- qcsrc/common/notifications.qh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcsrc/common/notifications.qh b/qcsrc/common/notifications.qh index d8f53aa9c..3472b3a55 100644 --- a/qcsrc/common/notifications.qh +++ b/qcsrc/common/notifications.qh @@ -15,7 +15,7 @@ // This is used to check matches between the config file and the code, // and should be incremented any time you add a new/remove or edit an notification // or any time you change default values or add/edit/remove a special cvar. -#define NOTIF_VERSION 2 +#define NOTIF_VERSION 3 #define EIGHT_VARS_TO_VARARGS_VARLIST \ VARITEM(1, 0, s1) \ -- 2.39.2