Changed/updated the #define mechanism for creating custom gEDA/gaf versions.
commit57b2848a7e69d19e18ac03a1264cb55d41c65d0e
authorAles Hvezda <ahvezda@laptop.ales.net>
Tue, 26 Jun 2007 02:31:07 +0000 (25 22:31 -0400)
committerAles Hvezda <ahvezda@laptop.ales.net>
Tue, 26 Jun 2007 02:31:07 +0000 (25 22:31 -0400)
tree254a780dac7b97d6ae168ffe88a914015265bfac
parentdaa5d16aee1f0ec58cced5ca835dcb4f53339339
Changed/updated the #define mechanism for creating custom gEDA/gaf versions.

Previously this mechanism was used to create custom versions of gEDA/gaf.
With the coming of stable and development versions of gEDA/gaf, this
mechanism was changed so that end users can tell the difference between
a stable release vs a development release (by looking at the version string).
The CUSTOM_VERSION #define was changed PREPEND_VERSION_STRING and is now
prepended to any strings that output the VERSION string.
12 files changed:
gattrib/src/g_rc.c
gattrib/src/gattrib.c
gattrib/src/x_dialog.c
gnetlist/src/gnetlist.c
gschem/src/g_rc.c
gschem/src/gschem.c
gschem/src/x_dialog.c
gsymcheck/src/g_rc.c
gsymcheck/src/gsymcheck.c
libgeda/include/defines.h
utils/gschlas/g_rc.c
utils/gschlas/gschlas.c