Changeset 316 for libyaml/branches/stable/configure.ac
- Timestamp:
- 12/27/08 14:17:42 (4 years ago)
- File:
-
- 1 edited
-
libyaml/branches/stable/configure.ac (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libyaml/branches/stable/configure.ac
r271 r316 4 4 m4_define([YAML_MAJOR], 0) 5 5 m4_define([YAML_MINOR], 1) 6 m4_define([YAML_PATCH], 1)6 m4_define([YAML_PATCH], 2) 7 7 m4_define([YAML_BUGS], [http://pyyaml.org/newticket?component=libyaml]) 8 8 … … 19 19 # YAML_AGE = 0 20 20 m4_define([YAML_RELEASE], 0) 21 m4_define([YAML_CURRENT], 1)21 m4_define([YAML_CURRENT], 2) 22 22 m4_define([YAML_REVISION], 0) 23 m4_define([YAML_AGE], 0)23 m4_define([YAML_AGE], 1) 24 24 25 25 # Initialize autoconf & automake.
Note: See TracChangeset
for help on using the changeset viewer.
