Skip to content
This repository has been archived by the owner on Jun 4, 2022. It is now read-only.

Commit

Permalink
Merge branch 'master' into releases
Browse files Browse the repository at this point in the history
  • Loading branch information
be5invis committed Jan 3, 2018
2 parents 325283f + 6b038d8 commit 69aba5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/table/otl/build.c
@@ -1,6 +1,6 @@
#include "private.h"

#define LARGE_SUBTABLE_LIMIT 1024
#define LARGE_SUBTABLE_LIMIT 4096

static tableid_t _declare_lookup_writer(otl_LookupType type,
caryll_Buffer *(*fn)(const otl_Subtable *_subtable),
Expand Down
2 changes: 1 addition & 1 deletion premake5.lua
Expand Up @@ -3,7 +3,7 @@ require "dep/premake-modules/ninja"

MAIN_VER = '0'
SECONDARY_VER = '10'
PATCH_VER = '2'
PATCH_VER = '1'

function cbuildoptions()
-- Windows
Expand Down

0 comments on commit 69aba5c

Please sign in to comment.