Skip to content

Commit

Permalink
Versioning to 2.0 temporarily
Browse files Browse the repository at this point in the history
(backdated to the actual date of release)
  • Loading branch information
tllenos committed Oct 9, 2010
1 parent 4313bfd commit 292ed60
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down
8 changes: 4 additions & 4 deletions tex/gregoriotex-ictus.lua
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
Expand All @@ -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",
Expand All @@ -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
Expand Down
8 changes: 4 additions & 4 deletions tex/gregoriotex.lua
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
Expand All @@ -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",
Expand Down Expand Up @@ -65,7 +65,7 @@ else
end
end

gregoriotex.version = 1.1
gregoriotex.version = 2.0
gregoriotex.showlog = false

local hlist = node.id('hlist')
Expand Down
2 changes: 1 addition & 1 deletion tex/gregoriotex.sty
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{gregoriotex}%
[2010/06/22 v1.1 GregorioTeX system.]
[2010/09/27 v2.0 GregorioTeX system.]
\RequirePackage{xcolor}

\input gregoriotex.tex
Expand Down

0 comments on commit 292ed60

Please sign in to comment.