Skip to content

Commit

Permalink
Increase max_glob_strs (#471)
Browse files Browse the repository at this point in the history
  • Loading branch information
edocevoli committed Feb 13, 2020
1 parent fe85997 commit c4db2f4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ a bundle of outline font manipulation tools.
* [448](https://github.com/MiKTeX/miktex/issues/448): miktex-makepk fails if the transcript file does not exist
* [451](https://github.com/MiKTeX/miktex/issues/451): Clicking Close button vs pressing Esc key upon finished package installation
* [459](https://github.com/MiKTeX/miktex/issues/459): dvipng 1.16 with pk fonts error on Win32
* [471](https://github.com/MiKTeX/miktex/issues/471): BibTeX max_glob_strs = 10 or 20 much too small; could we have 100, please?

## 2.9.7250 - 2019-11-12

Expand Down
4 changes: 2 additions & 2 deletions Programs/Bibliography/bibtex/bibtex-miktex.ch
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%% bibtex-miktex.ch: WEB change file for BibTeX
%%
%% Copyright (C) 1996-2016 Christian Schenk
%% Copyright (C) 1996-2020 Christian Schenk
%%
%% This file is free software; you can redistribute it and/or modify it
%% under the terms of the GNU General Public License as published by the
Expand Down Expand Up @@ -236,7 +236,7 @@ end;
@x
@d max_glob_strs=10 {maximum number of |str_global_var| names}
@y
@d max_glob_strs=20 {maximum number of |str_global_var| names}
@d max_glob_strs=100 {maximum number of |str_global_var| names}
@z

% _____________________________________________________________________________
Expand Down
4 changes: 2 additions & 2 deletions Programs/Bibliography/bibtex/bibtex-version.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* bibtex-version.h: version number -*- C++ -*-
Copyright (C) 1996-2017 Christian Schenk
Copyright (C) 1996-2020 Christian Schenk
This file is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published
Expand All @@ -17,7 +17,7 @@
Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
USA. */

#define MIKTEX_COMP_J2000_VERSION 6300
#define MIKTEX_COMP_J2000_VERSION 7348

#define MIKTEX_COMP_ORIG_VERSION_STR "0.99d"

Expand Down

0 comments on commit c4db2f4

Please sign in to comment.