ref: 9995f500eeea37ef253fadb5f9f3782ed3d86579
parent: 5c3d7827748ad541fd71eaf04a8356cfcd3f7512
author: Ulrich Klauer <ulrich@chirlu.de>
date: Wed Jan 25 02:52:58 EST 2012
List version number locations in release script Compile a list of places where version numbers are defined, for the introductional section of the release script. Hopefully, this reduces the risk that they get out of sync.
--- a/release.sh
+++ b/release.sh
@@ -1,8 +1,10 @@
#!/bin/sh
#
# Before a release:
-# * Update configure.ac to match release #. If this is a release candidate,
-# add "rcN" to end of version.
+# * Update configure.ac, src/soxconfig.h.cmake, and possibly ChangeLog and
+# src/sox.h (SOX_LIB_VERSION_CODE) to match release #. If this is a
+# release candidate, add "rcN" to end of version in configure.ac and
+# src/soxconfig.h.cmake.
# * Tag files to release using following form: git tag sox-14.4.0rc1
#
# Automatable release steps. Most are optional but default to enabled.