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