Changeset 259
- Timestamp:
- 09/30/09 09:08:50 (8 weeks ago)
- Location:
- WizardsToolkit/trunk
- Files:
-
- 11 modified
-
config/configure.xml (modified) (1 diff)
-
configure (modified) (8 diffs)
-
configure.ac (modified) (2 diffs)
-
utilities/decipher.1 (modified) (2 diffs)
-
utilities/digest.1 (modified) (2 diffs)
-
utilities/encipher.1 (modified) (2 diffs)
-
utilities/keyring.1 (modified) (2 diffs)
-
version.sh (modified) (1 diff)
-
windows/bin/configure.xml (modified) (1 diff)
-
windows/installer/scripts/version.isx (modified) (1 diff)
-
wizard/version.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
WizardsToolkit/trunk/config/configure.xml
r239 r259 15 15 <configure name="CVS_BRANCH_TAG" value="" /> 16 16 <configure name="NAME" value="WizardsToolkit" /> 17 <configure name="VERSION" value="1.0. 6" />18 <configure name="LIB_VERSION" value="0x10 6" />19 <configure name="LIB_VERSION_NUMBER" value="1,0, 6,10" />20 <configure name="RELEASE_DATE" value="2009-09- 28" />17 <configure name="VERSION" value="1.0.7" /> 18 <configure name="LIB_VERSION" value="0x107" /> 19 <configure name="LIB_VERSION_NUMBER" value="1,0,7,0" /> 20 <configure name="RELEASE_DATE" value="2009-09-30" /> 21 21 <configure name="COPYRIGHT" value="Copyright (C) 1999-2009 ImageMagick Studio LLC" /> 22 22 <configure name="WEBSITE" value="http://www.wizards-toolkit.org" /> -
WizardsToolkit/trunk/configure
r239 r259 1 1 #! /bin/sh 2 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.63 for WizardsToolkit 1.0. 6.3 # Generated by GNU Autoconf 2.63 for WizardsToolkit 1.0.7. 4 4 # 5 5 # Report bugs to <http://www.wizards-toolkit.org>. … … 746 746 PACKAGE_NAME='WizardsToolkit' 747 747 PACKAGE_TARNAME='WizardsToolkit' 748 PACKAGE_VERSION='1.0. 6'749 PACKAGE_STRING='WizardsToolkit 1.0. 6'748 PACKAGE_VERSION='1.0.7' 749 PACKAGE_STRING='WizardsToolkit 1.0.7' 750 750 PACKAGE_BUGREPORT='http://www.wizards-toolkit.org' 751 751 … … 1627 1627 # This message is too long to be a string in the A/UX 3.1 sh. 1628 1628 cat <<_ACEOF 1629 \`configure' configures WizardsToolkit 1.0. 6to adapt to many kinds of systems.1629 \`configure' configures WizardsToolkit 1.0.7 to adapt to many kinds of systems. 1630 1630 1631 1631 Usage: $0 [OPTION]... [VAR=VALUE]... … … 1698 1698 if test -n "$ac_init_help"; then 1699 1699 case $ac_init_help in 1700 short | recursive ) echo "Configuration of WizardsToolkit 1.0. 6:";;1700 short | recursive ) echo "Configuration of WizardsToolkit 1.0.7:";; 1701 1701 esac 1702 1702 cat <<\_ACEOF … … 1833 1833 if $ac_init_version; then 1834 1834 cat <<\_ACEOF 1835 WizardsToolkit configure 1.0. 61835 WizardsToolkit configure 1.0.7 1836 1836 generated by GNU Autoconf 2.63 1837 1837 … … 1847 1847 running configure, to aid debugging if configure makes a mistake. 1848 1848 1849 It was created by WizardsToolkit $as_me 1.0. 6, which was1849 It was created by WizardsToolkit $as_me 1.0.7, which was 1850 1850 generated by GNU Autoconf 2.63. Invocation command line was 1851 1851 … … 32351 32351 # values after options handling. 32352 32352 ac_log=" 32353 This file was extended by WizardsToolkit $as_me 1.0. 6, which was32353 This file was extended by WizardsToolkit $as_me 1.0.7, which was 32354 32354 generated by GNU Autoconf 2.63. Invocation command line was 32355 32355 … … 32414 32414 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 32415 32415 ac_cs_version="\\ 32416 WizardsToolkit config.status 1.0. 632416 WizardsToolkit config.status 1.0.7 32417 32417 configured by $0, generated by GNU Autoconf 2.63, 32418 32418 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" -
WizardsToolkit/trunk/configure.ac
r239 r259 1 # Copyright 1999-200 7ImageMagick Studio LLC, a non-profit organization1 # Copyright 1999-2009 ImageMagick Studio LLC, a non-profit organization 2 2 # dedicated to making software imaging solutions freely available. 3 3 # … … 16 16 17 17 AC_PREREQ(2.63) 18 AC_INIT([WizardsToolkit],[1.0. 6],[http://www.wizards-toolkit.org],[WizardsToolkit])18 AC_INIT([WizardsToolkit],[1.0.7],[http://www.wizards-toolkit.org],[WizardsToolkit]) 19 19 AC_CONFIG_SRCDIR([wizard/WizardsToolkit.h]) 20 20 AC_CONFIG_AUX_DIR([config]) -
WizardsToolkit/trunk/utilities/decipher.1
r1 r259 8 8 \fBDecipher\fP converts ciphertext to plaintext. 9 9 10 For more information about the decipher command, point your browser to file:///usr/local/share/doc/WizardsToolkit-1.0. 6/www/decipher.html or http://www.wizards-toolkit.org/script/decipher.php.10 For more information about the decipher command, point your browser to file:///usr/local/share/doc/WizardsToolkit-1.0.7/www/decipher.html or http://www.wizards-toolkit.org/script/decipher.php. 11 11 .SH DESCRIPTION 12 12 -authenticate method authenticate with this method: Secret or Public … … 36 36 .SH COPYRIGHT 37 37 38 \fBCopyright (C) 1999-2009 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/WizardsToolkit-1.0. 6/www/license.php or http://www.wizards-toolkit.org/script/license.php\fP38 \fBCopyright (C) 1999-2009 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/WizardsToolkit-1.0.7/www/license.php or http://www.wizards-toolkit.org/script/license.php\fP -
WizardsToolkit/trunk/utilities/digest.1
r1 r259 10 10 \fBDigest\fP prints a message digest for one or more files or verifies against an existing message digest file. 11 11 12 For more information about the digest command, point your browser to file:///usr/local/share/doc/WizardsToolkit-1.0. 6/www/digest.html or http://www.wizards-toolkit.org/script/digest.php.12 For more information about the digest command, point your browser to file:///usr/local/share/doc/WizardsToolkit-1.0.7/www/digest.html or http://www.wizards-toolkit.org/script/digest.php. 13 13 .SH DESCRIPTION 14 14 -authenticate read message digests from a file and authenticate them … … 25 25 .SH COPYRIGHT 26 26 27 \fBCopyright (C) 1999-2009 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/WizardsToolkit-1.0. 6/www/license.php or http://www.wizards-toolkit.org/script/license.php\fP27 \fBCopyright (C) 1999-2009 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/WizardsToolkit-1.0.7/www/license.php or http://www.wizards-toolkit.org/script/license.php\fP -
WizardsToolkit/trunk/utilities/encipher.1
r1 r259 8 8 \fBEncipher\fP converts plaintext to ciphertext. 9 9 10 For more information about the encipher command, point your browser to file:///usr/local/share/doc/WizardsToolkit-1.0. 6/www/encipher.html or http://www.wizards-toolkit.org/script/encipher.php.10 For more information about the encipher command, point your browser to file:///usr/local/share/doc/WizardsToolkit-1.0.7/www/encipher.html or http://www.wizards-toolkit.org/script/encipher.php. 11 11 .SH DESCRIPTION 12 12 -authenticate method authenticate with this method: Secret or Public … … 36 36 .SH COPYRIGHT 37 37 38 \fBCopyright (C) 1999-2009 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/WizardsToolkit-1.0. 6/www/license.php or http://www.wizards-toolkit.org/script/license.php\fP38 \fBCopyright (C) 1999-2009 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/WizardsToolkit-1.0.7/www/license.php or http://www.wizards-toolkit.org/script/license.php\fP -
WizardsToolkit/trunk/utilities/keyring.1
r1 r259 10 10 \fBKeyring\fP imports, exports, list properties of keys in your keyring. 11 11 12 For more information about the keyring command, point your browser to file:///usr/local/share/doc/WizardsToolkit-1.0. 6/www/keyring.html or http://www.wizards-toolkit.org/script/keyring.php.12 For more information about the keyring command, point your browser to file:///usr/local/share/doc/WizardsToolkit-1.0.7/www/keyring.html or http://www.wizards-toolkit.org/script/keyring.php. 13 13 .SH DESCRIPTION 14 14 -debug events display copious debugging information … … 23 23 .SH COPYRIGHT 24 24 25 \fBCopyright (C) 1999-2009 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/WizardsToolkit-1.0. 6/www/license.php or http://www.wizards-toolkit.org/script/license.php\fP25 \fBCopyright (C) 1999-2009 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/WizardsToolkit-1.0.7/www/license.php or http://www.wizards-toolkit.org/script/license.php\fP -
WizardsToolkit/trunk/version.sh
r1 r259 10 10 # Package version. This is is the numeric version suffix applied to 11 11 # PACKAGE_NAME (e.g. "1.0.0"). 12 PACKAGE_VERSION='1.0. 6'13 PACKAGE_LIB_VERSION="0x10 6"14 PACKAGE_RELEASE=" 10"15 PACKAGE_LIB_VERSION_NUMBER="1,0, 6,${PACKAGE_RELEASE}"12 PACKAGE_VERSION='1.0.7' 13 PACKAGE_LIB_VERSION="0x107" 14 PACKAGE_RELEASE="0" 15 PACKAGE_LIB_VERSION_NUMBER="1,0,7,${PACKAGE_RELEASE}" 16 16 PACKAGE_RELEASE_DATE=`date +%F` 17 17 PACKAGE_STRING="$PACKAGE_NAME $PACKAGE_VERSION" -
WizardsToolkit/trunk/windows/bin/configure.xml
r1 r259 8 8 <configuremap> 9 9 <configure name="NAME" value="Wizard's Toolkit"/> 10 <configure name="LIB_VERSION" value="0x10 6"/>11 <configure name="LIB_VERSION_NUMBER" value="1,0, 6,10"/>12 <configure name="RELEASE_DATE" value="2009- 07-15"/>13 <configure name="VERSION" value="1.0. 6"/>10 <configure name="LIB_VERSION" value="0x107"/> 11 <configure name="LIB_VERSION_NUMBER" value="1,0,7,0"/> 12 <configure name="RELEASE_DATE" value="2009-10-15"/> 13 <configure name="VERSION" value="1.0.7"/> 14 14 <configure name="CC" value="vs7"/> 15 15 <configure name="HOST" value="windows-unknown-linux-gnu"/> -
WizardsToolkit/trunk/windows/installer/scripts/version.isx
r252 r259 16 16 17 17 #define public WizardPackageName "WizardsToolkit" 18 #define public WizardPackageVersion "1.0. 6"19 #define public WizardPackageVersionAddendum "- 10"20 #define public WizardPackageReleaseDate "2009- 09-15"18 #define public WizardPackageVersion "1.0.7" 19 #define public WizardPackageVersionAddendum "-0" 20 #define public WizardPackageReleaseDate "2009-10-15" -
WizardsToolkit/trunk/wizard/version.h
r239 r259 28 28 #define WizardPackageName "WizardsToolkit" 29 29 #define WizardCopyright "Copyright (C) 2004-2009 ImageMagick Studio LLC" 30 #define WizardLibVersion 0x10 631 #define WizardLibVersionText "1.0. 6"30 #define WizardLibVersion 0x107 31 #define WizardLibVersionText "1.0.7" 32 32 #define WizardLibVersionNumber 1,0,1 33 #define WizardLibSubversion "- 10"34 #define WizardReleaseDate "2009-09- 28"33 #define WizardLibSubversion "-0" 34 #define WizardReleaseDate "2009-09-30" 35 35 #define WizardChangeDate "20090428" 36 36 #define WizardAuthoritativeURL "http://www.wizards-toolkit.org"
