Changes between Version 30 and Version 31 of ReleaseProcedure
- Timestamp:
- May 14, 2008, 6:17:02 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReleaseProcedure
v30 v31 156 156 m4_define([DEV_BUILD], [true]) 157 157 }}} 158 i. Update the interface version number in `build_support/version.m4`. Locate and change the159 below line160 {{{161 m4_define([LT_VERSION], [c:r+1:a])162 }}}163 i.e., only raise the revision number since the interface will not change in a patch release. See the [http://www.gnu.org/software/libtool/manual/html_node/Versioning.html#Versioning libtool manual] for details.[[br]][[br]]164 158 i. Add an entry in `NEWS` 165 159 {{{