Skip to content

Commit 2a6a0fa

Browse files
committed
Update Version Number
1 parent 26e5deb commit 2a6a0fa

25 files changed

+34
-34
lines changed

.gregorio-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
5.2.0
1+
5.2.1
22
2019
33

44
*** Do not modify this file. ***

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
All notable changes to this project will be documented in this file.
33
As of v3.0.0 this project adheres to [Semantic Versioning](http://semver.org/). It follows [some conventions](http://keepachangelog.com/).
44

5-
## [Unreleased][CTAN]
5+
## [5.2.1] - 2019-04-06
66
### Fixed
77
- Project names with quotes in them no longer cause GregorioTeX to not be able to find the executable. See [#1416](https://github.com/gregorio-project/gregorio/issues/1416).
88
- Eliminated implicit casting from float to integer in string formatting (something no longer allowed in Lua 5.3)

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ dnl
1616
dnl You should have received a copy of the GNU General Public License
1717
dnl along with Gregorio. If not, see <http://www.gnu.org/licenses/>.
1818

19-
AC_INIT([gregorio],[5.2.0],[https://github.com/gregorio-project/gregorio/issues],[gregorio],[http://gregorio-project.github.io/])
20-
FILENAME_VERSION="5_2_0"
19+
AC_INIT([gregorio],[5.2.1],[https://github.com/gregorio-project/gregorio/issues],[gregorio],[http://gregorio-project.github.io/])
20+
FILENAME_VERSION="5_2_1"
2121
AC_SUBST(FILENAME_VERSION)
2222
AC_DEFINE_UNQUOTED(FILENAME_VERSION, "$FILENAME_VERSION", [version suitable for file names])
2323
MK=""

ctan-o-mat.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
% This field contains the version of the package.
2121
% The value is optional.
2222
% The value is restricted to 32 characters.
23-
\version{v5.2.0} % GREGORIO_VERSION
23+
\version{v5.2.1} % GREGORIO_VERSION
2424
% -------------------------------------------------------------------------
2525
% This field contains the name of the author(s).
2626
% The value is optional.

doc/GregorioRef.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@
183183

184184
\vspace{1cm}
185185

186-
\large Version \textbf{5.2.0}, 10 March 2019 %% PARSE_VERSION_DATE
186+
\large Version \textbf{5.2.1}, 6 April 2019 %% PARSE_VERSION_DATE
187187

188188
\vspace{1.5cm}
189189
\end{center}

fonts/squarize.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
14 : 'Fourteen',
9191
}
9292

93-
GREGORIO_VERSION = '5.2.0'
93+
GREGORIO_VERSION = '5.2.1'
9494

9595
# The unicode character at which we start our numbering:
9696
# U+E000 is the start of the BMP Private Use Area

macosx/Gregorio.pkgproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@
603603
<key>USE_HFS+_COMPRESSION</key>
604604
<false/>
605605
<key>VERSION</key>
606-
<string>5.2.0</string><!--GREGORIO_VERSION-->
606+
<string>5.2.1</string><!--GREGORIO_VERSION-->
607607
</dict>
608608
<key>TYPE</key>
609609
<integer>0</integer>

macosx/douninstall.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ GREFONTDIR="$TEXMFLOCAL/fonts/truetype/public/gregoriotex"
2020
GREFONTSOURCE="$TEXMFLOCAL/fonts/source/gregoriotex"
2121
GREDOCDIR="$TEXMFLOCAL/doc/luatex/gregoriotex"
2222

23-
rm "$BINDIR/gregorio-5_2_0" # FILENAME_VERSION
23+
rm "$BINDIR/gregorio-5_2_1" # FILENAME_VERSION
2424
rm "$PKGCONFIGDIR/gregorio.pc"
2525
rm -rf "$GREINCLUDEDIR"
2626
rm -rf "$GRETEXDIR"

tex/gregoriosyms.sty

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
\NeedsTeXFormat{LaTeX2e}
2121
\ProvidesPackage{gregoriosyms}
22-
[2019/03/10 v5.2.0 GregorioTeX symbols only.]% PARSE_VERSION_DATE_LTX
22+
[2019/04/06 v5.2.1 GregorioTeX symbols only.]% PARSE_VERSION_DATE_LTX
2323

2424
% If gregoriotex has been loaded, then we need to abort the loading process of this package here in order to avoid some conflicts.
2525
\ifcsname gregoriotex@symbols@loaded\endcsname\endinput\fi%
@@ -39,7 +39,7 @@
3939

4040
% The version of gregorio. All gregoriotex*.tex files must have the same.
4141
% All gtex files must also have the same version.
42-
\xdef\gre@gregoriotexversion{5.2.0}% GREGORIO_VERSION - VersionManager.py
42+
\xdef\gre@gregoriotexversion{5.2.1}% GREGORIO_VERSION - VersionManager.py
4343

4444
\providecommand{\gre@declarefileversion}[2]{\relax}
4545

tex/gregoriotex-chars.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
% You should have received a copy of the GNU General Public License
1818
% along with Gregorio. If not, see <http://www.gnu.org/licenses/>.
1919

20-
\gre@declarefileversion{gregoriotex-chars.tex}{5.2.0}% GREGORIO_VERSION
20+
\gre@declarefileversion{gregoriotex-chars.tex}{5.2.1}% GREGORIO_VERSION
2121

2222
\def\gre@char@fuse@punctum@one{\GreFuseTwo{\GreCPLeadingPunctumOne}{\GreCPPunctum}}%
2323
\def\gre@char@fuse@quilisma@one{\GreFuseTwo{\GreCPLeadingQuilismaOne}{\GreCPPunctum}}%

0 commit comments

Comments
 (0)