X-Git-Url: https://jfr.im/git/solanum.git/blobdiff_plain/212380e3f42f585dc1ea927402252eb943f91f7b..9d65d599c41fcf70bf060debeb4b0e5545efc8fe:/include/patchlevel.h diff --git a/include/patchlevel.h b/include/patchlevel.h index b2d744b5..49701c91 100644 --- a/include/patchlevel.h +++ b/include/patchlevel.h @@ -20,12 +20,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * USA - * - * $Id: patchlevel.h 34 2005-09-10 02:53:04Z nenolod $ */ #include "setup.h" #ifndef PATCHLEVEL -#define PATCHLEVEL PACKAGE_NAME "-" PACKAGE_VERSION +#define PATCHLEVEL BRANDING_NAME "-" BRANDING_VERSION #endif