Update version.h

This commit is contained in:
bnnm 2021-10-15 15:27:14 +02:00 committed by GitHub
parent 4142974790
commit 6b84f258e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@
* 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). 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 "r1640"
#define VGMSTREAM_VERSION "r1667"
#endif
#endif