mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-18 22:26:30 +01:00
up copyright date and beta version number
This commit is contained in:
parent
40f7295802
commit
1828cfcf11
3 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
||||||
/* -*- mode: c; compile-command: "cd .. && make ARCH=68K_ONLY MEMDEBUG=TRUE"; -*- */
|
/* -*- mode: c; compile-command: "cd .. && make ARCH=68K_ONLY MEMDEBUG=TRUE"; -*- */
|
||||||
/*
|
/*
|
||||||
* Copyright 1997 - 2002 by Eric House (xwords@eehouse.org) and others. All rights reserved.
|
* Copyright 1997 - 2008 by Eric House (xwords@eehouse.org) and others. All rights reserved.
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or
|
* This program is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU General Public License
|
* modify it under the terms of the GNU General Public License
|
||||||
|
@ -157,7 +157,7 @@
|
||||||
/* "xwords@eehouse.org. Enjoy!\n\n" */
|
/* "xwords@eehouse.org. Enjoy!\n\n" */
|
||||||
/* #endif */
|
/* #endif */
|
||||||
"Crosswords " XW_PALM_VERSION_STRING " (rev. " SVN_REV ").\n" \
|
"Crosswords " XW_PALM_VERSION_STRING " (rev. " SVN_REV ").\n" \
|
||||||
"Copyright 1998-2007 by Eric House. "\
|
"Copyright 1998-2008 by Eric House. "\
|
||||||
"Released under the GNU Public License.\n\n"\
|
"Released under the GNU Public License.\n\n"\
|
||||||
|
|
||||||
"See the manual at xwords.sf.net or "
|
"See the manual at xwords.sf.net or "
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/* -*- mode: c; compile-command: "cd .. && make ARCH=68K_ONLY MEMDEBUG=TRUE LANG=fr_FR"; -*- */
|
/* -*- mode: c; compile-command: "cd .. && make ARCH=68K_ONLY MEMDEBUG=TRUE LANG=fr_FR"; -*- */
|
||||||
/*
|
/*
|
||||||
* Copyright 1997 - 2007 by Eric House (xwords@eehouse.org) and
|
* Copyright 1997 - 2008 by Eric House (xwords@eehouse.org) and
|
||||||
* others. All rights reserved. Traduction en français par Francis H.
|
* others. All rights reserved. Traduction en français par Francis H.
|
||||||
*
|
*
|
||||||
* Ce programm est libre de droits ; Vous pouvez le distribuer et/ou
|
* Ce programm est libre de droits ; Vous pouvez le distribuer et/ou
|
||||||
|
@ -158,7 +158,7 @@
|
||||||
/* "xwords@eehouse.org. Au plaisir !\n\n" */
|
/* "xwords@eehouse.org. Au plaisir !\n\n" */
|
||||||
/* #endif */
|
/* #endif */
|
||||||
"Crosswords " XW_PALM_VERSION_STRING " (rev. " SVN_REV ").\n" \
|
"Crosswords " XW_PALM_VERSION_STRING " (rev. " SVN_REV ").\n" \
|
||||||
"Copyright 1998-2007 par Eric House. "\
|
"Copyright 1998-2008 par Eric House. "\
|
||||||
"Réalisé sous GNU Public License.\n\n"\
|
"Réalisé sous GNU Public License.\n\n"\
|
||||||
|
|
||||||
"Voir le manuel sur xwords.sf.net ou eehouse.org/xwords/.\n\n" \
|
"Voir le manuel sur xwords.sf.net ou eehouse.org/xwords/.\n\n" \
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/* -*-mode: C; fill-column: 77; c-basic-offset: 4; -*- */
|
/* -*-mode: C; fill-column: 77; c-basic-offset: 4; -*- */
|
||||||
/*
|
/*
|
||||||
* Copyright 1999 - 2003 by Eric House (xwords@eehouse.org). All rights reserved.
|
* Copyright 1999 - 2008 by Eric House (xwords@eehouse.org). All rights reserved.
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or
|
* This program is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU General Public License
|
* modify it under the terms of the GNU General Public License
|
||||||
|
@ -439,7 +439,7 @@
|
||||||
|
|
||||||
/* versioning stuff */
|
/* versioning stuff */
|
||||||
#ifdef XWFEATURE_BLUETOOTH
|
#ifdef XWFEATURE_BLUETOOTH
|
||||||
# define XW_PALM_VERSION_STRING "4.3b4"
|
# define XW_PALM_VERSION_STRING "4.3b5"
|
||||||
#else
|
#else
|
||||||
/* There's a separate branch for 2.4 releases now. */
|
/* There's a separate branch for 2.4 releases now. */
|
||||||
# define XW_PALM_VERSION_STRING "4.2.1"
|
# define XW_PALM_VERSION_STRING "4.2.1"
|
||||||
|
|
Loading…
Reference in a new issue