Use version strings from configure instead of hardcoded
commit8c5c6229cbd66d0a3728d741e48af572701fd73c
authorChris Frey <cdfrey@foursquare.net>
Thu, 3 May 2012 01:56:20 +0000 (2 21:56 -0400)
committerChris Frey <cdfrey@foursquare.net>
Thu, 3 May 2012 23:44:36 +0000 (3 19:44 -0400)
tree8fdd381525eff1fe6028c865a502b8b8a40cffba
parent15bc6594638dcfecf460c454e9ec138221bcb0bd
Use version strings from configure instead of hardcoded

This commit updates gui, desktop, and both plugins, so each of
their configure.ac scripts contain their own version numbers, which
can be used in code and scripts beneath them.

For gui, and the plugins, it is possible to use autoconf's PACKAGE_VERSION
instead of our own.  For the library, and desktop, the individual
version numbers are needed for library and directory versioning.
desktop/configure.ac
desktop/src/BaseFrame.cc
desktop/src/Makefile.am
doc/ReleaseChecklist.txt
gui/configure.ac
gui/src/BackupWindow.cc
opensync-plugin-0.4x/src/barry_sync.cc
opensync-plugin/src/barry_sync.cc