From df7ad9f58c8bd96cd554d8c6b1dc3a4559e01387 Mon Sep 17 00:00:00 2001 From: bnnm Date: Sun, 15 Aug 2021 19:58:17 +0200 Subject: [PATCH] version up --- version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.h b/version.h index 98171cbd..a6846a96 100644 --- a/version.h +++ b/version.h @@ -9,9 +9,9 @@ #else /* Static/fallback version. * Version is autogenerated from Git (passed via compiler args, or updated with scripts), but this file is - * for Git-less builds (not installed or downloaded master) and builds that don't do the above should still work + * for Git-less builds (not installed or downloaded master). Builds that don't do the above should still work * (compiling a well-behaved src shouldn't depend on calling arbitrary scripts). */ -#define VGMSTREAM_VERSION "r1625" +#define VGMSTREAM_VERSION "r1626" #endif #endif