Changeset 344

Show
Ignore:
Timestamp:
01/05/09 04:30:07 (3 years ago)
Author:
xi
Message:

Set YAML_AGE to 0 as the current interface is not really compatible with the previous one.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • libyaml/branches/stable/configure.ac

    r320 r344  
    2121m4_define([YAML_CURRENT], 2) 
    2222m4_define([YAML_REVISION], 0) 
    23 m4_define([YAML_AGE], 1) 
     23m4_define([YAML_AGE], 0) 
    2424 
    2525# Initialize autoconf & automake.