/************************************************************
**
** Application: UnitConv
**
** Title:       h.app
**
*************************************************************/

#pragma include_only_once

#ifndef __APP__H
#define __APP__H

/* uncomment/comment the following lines for release/development version */
//#define RELEASE
//#undef RELEASE

/* App details */
#define APPNAM           "UnitConv"
#define APPDIR           "<UnitConv$Dir>"
#define RESDIR           "<UnitConvRes$Dir>"
#define AUTHOR_DIR       "CJohnson"

/* Version number and date */
#define APPVERSION         "2.37"
#define APP_VERSION_DATE   "29 Jan 2019"


#endif



/*************  End of h.app  ***********************/



