################################################################################
###
### How to release a new version of Snoopy Logger
###
################################################################################

Steps:

1. Run autoscan and compare results:
    - 'autoscan'
    - use 'git diff' to see if anything changed from previous run
    - add suggestions to configure.ac
    - compare configure.scan to configure.ac
    - update config.h.in
    - commit

2. Update version info:
    - in ChangeLog
    - in configure.ac
    - commit

3. Create git tag:
    - called 'snoopy-X.Y.Z'   # For github to provide proper snoopy release tarball name

4. Release it
    - cd to the repo root
    - run "./dev-scripts/create-release.sh snoopy-x.y.z"
