Changeset 124

Show
Ignore:
Timestamp:
04/17/08 09:47:35 (9 months ago)
Author:
zork
Message:

version up to 1.2.3

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/debea_1_2/dba/changes.txt

    r118 r124  
     1Version 1.2.3 
     2================= 
     3 - fixed conversion from database string to double to respect application locale decimal point 
     4 - fixed CSVOStream::store to respect isNull from filter 
     5 
    16Version 1.2.2 
    27================= 
  • branches/debea_1_2/dba/config.bkl

    r114 r124  
    44  <include file="presets/syslibs.bkl" once="1"/> 
    55 
    6   <set var="PRODUCT_VERSION">1.2.2</set> 
     6  <set var="PRODUCT_VERSION">1.2.3</set> 
    77  <set var="PRODUCT_NAME">Debea Library</set> 
    88   
  • branches/debea_1_2/dba/dba-config.in

    r114 r124  
    3535      ;; 
    3636    --version) 
    37       echo "1.2.2"; 
     37      echo "1.2.3"; 
    3838      ;; 
    3939    --debug) 
  • branches/debea_1_2/wxdba/wxdba-config.in

    r114 r124  
    3838      ;; 
    3939    --version) 
    40       echo "1.2.2"; 
     40      echo "1.2.3"; 
    4141      ;; 
    4242    --cxx)