source: trunk/include/odinbuild.h@ 22145

Last change on this file since 22145 was 22137, checked in by dmik, 8 years ago

Release 0.9.0.

File size: 803 bytes
Line 
1/* $Id: odinbuild.h,v 1.378 2004-01-23 03:02:58 bird Exp $
2 *
3 * Odin32 version number and build numbers.
4 *
5 * Copyright (c) 2001 knut st. osmundsen (knut.stange.osmundsen@mynd.no)
6 *
7 * Project Odin Software License can be found in LICENSE.TXT
8 *
9 */
10
11#ifndef _ODINBUILD_H_
12#define _ODINBUILD_H_
13
14#ifdef __cplusplus
15extern "C" {
16#endif
17
18/*
19 * API for querying the build number of Odin32. Well.. Kernel32 really...
20 */
21#ifdef WIN32API
22int WIN32API Odin32GetBuildNumber(void);
23#endif
24
25#ifdef __cplusplus
26} // extern "C"
27#endif
28
29/*
30 * Current Odin version and build number.
31 * Used for bldlevel info.
32 */
33#define ODIN32_VERSION_MAJOR 0
34#define ODIN32_VERSION_MINOR 9
35#define ODIN32_VERSION "0.9"
36#define ODIN32_BUILD_NR 0
37
38#endif
39
40
41
42
43
44
Note: See TracBrowser for help on using the repository browser.