Release checklist:
-release=0.12
+release=0.14
git clone https://github.com/json-c/json-c json-c-${release}
cd json-c-${release}
Update the version in Doxyfile
Update the version in configure.ac
Update the version in CMakeLists.txt
+Update the version in config.h.win32
Use ${release}.
Update the libjson_la_LDFLAGS line in Makefile.am to the new version.
git add -f Makefile.in aclocal.m4 config.guess config.h.in \
config.sub configure depcomp install-sh \
ltmain.sh missing tests/Makefile.in \
- INSTALL
+ INSTALL compile test-driver
# check for anything else to be added:
git status --ignored
Update the version in Doxyfile
Update the version in configure.ac
Update the version in CMakeLists.txt
+Update the version in config.h.win32
Use ${release}.99 to indicate a version "newer" than anything on the branch.
-Leave the libjson_la_LDFLAGS line in Makefile.am alone.
+Update the libjson_la_LDFLAGS line in Makefile.am to match the release branch.
For more details see:
http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html