Changeset 8642


Ignore:
Timestamp:
07/11/12 07:38:32 (11 months ago)
Author:
cristy
Message:
 
Location:
WizardsToolkit/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • WizardsToolkit/trunk/Makefile.in

    r7932 r8642  
    23012301          unzip $(distdir).zip ;;\ 
    23022302        esac 
    2303         chmod -R a-w $(distdir); chmod a+w $(distdir) 
     2303        chmod -R a-w $(distdir); chmod u+w $(distdir) 
    23042304        mkdir $(distdir)/_build 
    23052305        mkdir $(distdir)/_inst 
  • WizardsToolkit/trunk/config/configure.xml

    r8376 r8642  
    22<configuremap> 
    33  <configure name="NAME" value="WizardsToolkit" /> 
    4   <configure name="SVN_REVISION" value="6841" /> 
     4  <configure name="SVN_REVISION" value="8375" /> 
    55  <configure name="VERSION" value="1.0.8" /> 
    66  <configure name="LIB_VERSION" value="0x108" /> 
    77  <configure name="LIB_VERSION_NUMBER" value="1,0,8,10" /> 
    8   <configure name="RELEASE_DATE" value="2012-06-20" /> 
     8  <configure name="RELEASE_DATE" value="2012-07-11" /> 
    99  <configure name="CONFIGURE" value="./configure " /> 
    1010  <configure name="PREFIX" value="/usr/local" /> 
  • WizardsToolkit/trunk/configure

    r8004 r8642  
    31453145WIZARD_LIBRARY_VERSION_INFO=$WIZARD_LIBRARY_CURRENT:$WIZARD_LIBRARY_REVISION:$WIZARD_LIBRARY_AGE 
    31463146 
    3147 WIZARD_SVN_REVISION=6841 
     3147WIZARD_SVN_REVISION=8375 
    31483148 
    31493149 
  • WizardsToolkit/trunk/wizard/version.h

    r8376 r8642  
    2828#define WizardPackageName "WizardsToolkit" 
    2929#define WizardCopyright  "Copyright (C) 2004-2011 ImageMagick Studio LLC" 
    30 #define WizardSVNRevision  "6841" 
     30#define WizardSVNRevision  "8375" 
    3131#define WizardLibVersion  0x108 
    3232#define WizardLibVersionText  "1.0.8" 
     
    3535#define WizardLibInterface  1 
    3636#define WizardLibMinInterface  1 
    37 #define WizardReleaseDate  "2012-06-20" 
     37#define WizardReleaseDate  "2012-07-11" 
    3838#define WizardChangeDate   "20110224" 
    3939#define WizardAuthoritativeURL  "http://www.wizards-toolkit.org" 
Note: See TracChangeset for help on using the changeset viewer.