sources/version.h

changeset 126
6a0d6bddf2ab
parent 125
d8ecf07a76cf
child 190
90bf9049e5eb
equal deleted inserted replaced
125:d8ecf07a76cf 126:6a0d6bddf2ab
27 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 27 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
28 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 28 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
29 */ 29 */
30 30
31 #pragma once 31 #pragma once
32 #define APPNAME "zfc9000" 32
33 // Returns the application name (ZFC9000)
34 const char* application_name();
33 35
34 // Returns the bare version string (1.2.3) 36 // Returns the bare version string (1.2.3)
35 const char* version_string(); 37 const char* version_string();
36 38
37 // Returns full version string, with hash (1.2.3-abcd456) 39 // Returns full version string, with hash (1.2.3-abcd456)

mercurial