Remove version templating in YARP

This commit is contained in:
Kevin Newton 2023-08-25 17:54:01 -04:00
parent aea7e91828
commit ca9a44795b
Notes: git 2023-08-25 22:21:12 +00:00
12 changed files with 18 additions and 146 deletions

View file

@ -59,9 +59,9 @@ public class Loader {
expect((byte) 'R');
expect((byte) 'P');
expect((byte) <%= YARP_VERSION_MAJOR %>);
expect((byte) <%= YARP_VERSION_MINOR %>);
expect((byte) <%= YARP_VERSION_PATCH %>);
expect((byte) 0);
expect((byte) 8);
expect((byte) 0);
// This loads the name of the encoding. We don't actually do anything
// with it just yet.