Changed gEDA/gaf's version mechanism to use new dotted X.Y.Z convention
commitdc7b8c53f4bc94626634887e46167a367a91f707
authorAles Hvezda <ahvezda@seul.org>
Thu, 5 Jul 2007 03:32:15 +0000 (4 23:32 -0400)
committerAles Hvezda <ahvezda@seul.org>
Thu, 5 Jul 2007 03:32:15 +0000 (4 23:32 -0400)
treefbecb35dcb02182bf059c5606dbbfad0e0f85a77
parent5237ea395af0ac1c4cecd18ea2a28291e3d48a90
Changed gEDA/gaf's version mechanism to use new dotted X.Y.Z convention

Added DOTTED_VERSION and DATE_VERSION variables to all configure.ac[.in]
files.  Changed all version related output to be DOTTED_VERSION.DATE_VERSION.
Updated the configure.ac[.in] files to have consistent top sections.
Updated code and various scheme files to use the new DOTTED_VERSION
and DATE_VERSION variables available via config.h.  Stopped using
PREPEND_VERSION_STRING as the mechanism for doing the dotted versions
(not intended for that use).  Updated update-versions.sh script to set the
version in all the configure.ac[.in] files and the toplevel Makefile.
Went through all the g_rc.c files and make the handling of rc file
mismatch handling consistent.
33 files changed:
Makefile
docs/configure.ac
examples/configure.ac
gattrib/configure.ac
gattrib/lib/system-gattribrc.in
gattrib/src/g_rc.c
gattrib/src/gattrib.c
gattrib/src/x_dialog.c
gnetlist/configure.ac
gnetlist/lib/system-gnetlistrc.in
gnetlist/src/g_rc.c
gnetlist/src/gnetlist.c
gschem/configure.ac.in
gschem/lib/system-gschemrc.in
gschem/src/g_rc.c
gschem/src/gschem.c
gschem/src/x_dialog.c
gsymcheck/configure.ac
gsymcheck/lib/system-gsymcheckrc.in
gsymcheck/src/g_rc.c
gsymcheck/src/gsymcheck.c
libgeda/configure.ac
libgeda/include/defines.h
libgeda/libgeda.pc.in
libgeda/src/a_basic.c
libgeda/src/f_print.c
symbols/configure.ac
update-versions.sh
utils/configure.ac
utils/gschlas/g_rc.c
utils/gschlas/gschlas.c
utils/lib/system-gschlasrc.in
utils/src/grenum.c