-AC_INIT([Virtual Loglan Processor], [2.6], [bugz@dlugolecki.net.pl], [vlp], [http://dlugolecki.net.pl/software/vlp/])
+AC_INIT([Virtual Loglan Processor], [3.1], [bugz@dlugolecki.net.pl], [vlp], [http://dlugolecki.net.pl/software/vlp/])
AC_PREREQ([2.59])
AM_INIT_AUTOMAKE([1.10 no-define])
AC_CONFIG_HEADERS([config.h])
#include <libconfig.h>
+/* File resides in top directory (where are Makefiles)*/
+#include "../../config.h"
+
#define GPATH "loggr"
#define IPATH "logi"
#define NPATH "logn"
info_messages = TRUE;
wait_for_info = FALSE;
- setCaption("Virtual LOGLAN Processor");
+ setCaption(PACKAGE_NAME);
setBackgroundColor(white);
bar = new QMenuBar(this);
*/
void QKernel::InitMessage()
{
- WriteMessage("\n Virtual LOGLAN Processor - ver 1.9: READY \n");
+ WriteMessage("\n " PACKAGE_STRING ": READY \n");
}
/**