-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(backdated to the actual date of release)
- Loading branch information
tllenos
committed
Oct 9, 2010
1 parent
4313bfd
commit 292ed60
Showing
4 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ dnl You should have received a copy of the GNU General Public License | |
dnl along with this program; if not, write to the Free Software | ||
dnl Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. | ||
|
||
AC_INIT([gregorio],[2.1-svn],[[email protected]]) | ||
AC_INIT([gregorio],[2.0],[[email protected]]) | ||
AC_PREREQ(2.53) | ||
AC_CONFIG_SRCDIR([src/gregorio-utils.c]) | ||
AC_CONFIG_AUX_DIR([build-aux]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--GregorioTeX Lua file. | ||
--Copyright (C) 2008-2009 Elie Roux <[email protected]> | ||
--Copyright (C) 2008-2010 Elie Roux <[email protected]> | ||
-- | ||
--This program is free software: you can redistribute it and/or modify | ||
--it under the terms of the GNU General Public License as published by | ||
|
@@ -25,8 +25,8 @@ grechiro = {} | |
|
||
grechiro.module = { | ||
name = "gregoriotex-ictus", | ||
version = 1.1, | ||
date = "2009/07/28", | ||
version = 2.0, | ||
date = "2010/09/27", | ||
description = "GregorioTeX module for chironomy.", | ||
author = "Elie Roux", | ||
copyright = "Elie Roux", | ||
|
@@ -37,7 +37,7 @@ if luatextra and luatextra.provides_module then | |
luatextra.provides_module(grechiro.module) | ||
end | ||
|
||
grechiro.version = 1.1 | ||
grechiro.version = 2.0 | ||
grechiro.showlog = grechiro.showlog or false | ||
|
||
grechiro.currentLine = grechiro.currentLine or 1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--GregorioTeX Lua file. | ||
--Copyright (C) 2008-2009 Elie Roux <[email protected]> | ||
--Copyright (C) 2008-2010 Elie Roux <[email protected]> | ||
-- | ||
--This program is free software: you can redistribute it and/or modify | ||
--it under the terms of the GNU General Public License as published by | ||
|
@@ -24,8 +24,8 @@ gregoriotex = {} | |
|
||
gregoriotex.module = { | ||
name = "gregoriotex", | ||
version = 1.1, | ||
date = "2009/10/06", | ||
version = 2.0, | ||
date = "2010/09/27", | ||
description = "GregorioTeX module.", | ||
author = "Elie Roux", | ||
copyright = "Elie Roux", | ||
|
@@ -65,7 +65,7 @@ else | |
end | ||
end | ||
|
||
gregoriotex.version = 1.1 | ||
gregoriotex.version = 2.0 | ||
gregoriotex.showlog = false | ||
|
||
local hlist = node.id('hlist') | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters