Commit c5b19fab authored by claes's avatar claes

Version from pwr_version.h

parent b554d5df
/*
* Proview $Id: rt_rtt_global.h,v 1.3 2005-09-01 14:57:56 claes Exp $
* Proview $Id: rt_rtt_global.h,v 1.4 2005-11-22 12:20:19 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
......@@ -20,6 +20,8 @@
#ifndef rt_rtt_global_h
#define rt_rtt_global_h
#include "pwr_version.h"
/*************************************************************************
* Globala variabler i rtt
**************************************************************************/
......@@ -92,7 +94,7 @@ extern int rtt_noredraw;
#ifdef RTT_MENU_MODULE
/* Datasttning endast i modulen rs_rtt_menu */
char rtt_version[10] = "V4.0.0";
char rtt_version[10] = pwrv_cPwrVersionStr;
menu_ctx rtt_collectionmenuctx = 0;
rtt_t_menu_upd *rtt_collectionmenulist = 0;
menu_ctx rtt_alarm_ctx = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment