13 lines
237 B
C
13 lines
237 B
C
/*
|
|
* Symbian_release_confid.h
|
|
*
|
|
* Created on: 11.10.2020
|
|
* Author: Administrator
|
|
*/
|
|
|
|
#ifndef SYMBIAN_RELEASE_CONFID_H_
|
|
#define SYMBIAN_RELEASE_CONFID_H_
|
|
|
|
#define SYMBIAN_RELEASE_BUILD 0
|
|
|
|
#endif /* SYMBIAN_RELEASE_CONFID_H_ */
|