X-Git-Url: https://jasonwoof.com/gitweb/?p=vor.git;a=blobdiff_plain;f=main.c;fp=main.c;h=708a1fa2eefcfb7c48cde8b300820dc42848284d;hp=b7332c5beb00b665ecc65f118c8ee847ed847ef7;hb=44df38242a1c6e277a6067948e70d1ccd756f926;hpb=96d01a50f7d3949ea598c404f1a26a8b909207f2 diff --git a/main.c b/main.c index b7332c5..708a1fa 100644 --- a/main.c +++ b/main.c @@ -32,6 +32,7 @@ #include "args.h" #include "common.h" +#include "config.h" #include "vorconfig.h" #include "dust.h" #include "file.h" @@ -534,7 +535,7 @@ draw_title_page(void) x = (XSIZE-font_width(text))/2 + cos(fadetimer/4.5)*10; font_write(x,YSIZE-100 + cos(fadetimer/3)*5,text); - text = "Version " VERSION; + text = "Version " PACKAGE_VERSION; x = (XSIZE-font_width(text))/2 + sin(fadetimer/4.5)*10; font_write(x,YSIZE-50 + sin(fadetimer/2)*5,text); }