From 292ed600bc3a8afbaa7de080c8d967e91e64b63c Mon Sep 17 00:00:00 2001 From: tllenos Date: Sat, 9 Oct 2010 02:33:28 +0000 Subject: [PATCH] Versioning to 2.0 temporarily (backdated to the actual date of release) --- configure.ac | 2 +- tex/gregoriotex-ictus.lua | 8 ++++---- tex/gregoriotex.lua | 8 ++++---- tex/gregoriotex.sty | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/configure.ac b/configure.ac index 519fb6b0e..e2b9b6aa7 100644 --- a/configure.ac +++ b/configure.ac @@ -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],[gregorio-devel@gna.org]) +AC_INIT([gregorio],[2.0],[gregorio-devel@gna.org]) AC_PREREQ(2.53) AC_CONFIG_SRCDIR([src/gregorio-utils.c]) AC_CONFIG_AUX_DIR([build-aux]) diff --git a/tex/gregoriotex-ictus.lua b/tex/gregoriotex-ictus.lua index 15b9b5fb6..1109f4555 100644 --- a/tex/gregoriotex-ictus.lua +++ b/tex/gregoriotex-ictus.lua @@ -1,5 +1,5 @@ --GregorioTeX Lua file. ---Copyright (C) 2008-2009 Elie Roux +--Copyright (C) 2008-2010 Elie Roux -- --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 diff --git a/tex/gregoriotex.lua b/tex/gregoriotex.lua index bcee5c1f3..6f441f94d 100644 --- a/tex/gregoriotex.lua +++ b/tex/gregoriotex.lua @@ -1,5 +1,5 @@ --GregorioTeX Lua file. ---Copyright (C) 2008-2009 Elie Roux +--Copyright (C) 2008-2010 Elie Roux -- --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') diff --git a/tex/gregoriotex.sty b/tex/gregoriotex.sty index 3cc736b02..4bfda3e84 100644 --- a/tex/gregoriotex.sty +++ b/tex/gregoriotex.sty @@ -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