fixed bug in syntax error messages reporting
[RiDMC.git] / RiDMC / src / version.c
blob06b422cb9f5257293020dba97e0a5cf7e85f5392
1 /*
2 iDMC C library
4 Adapted from iDMC, Copyright (C) 2004-2006 Marji Lines and Alfredo Medio
5 Copyright (C) 2006,2007 Marji Lines and Alfredo Medio.
7 This program is free software; you can redistribute it and/or modify
8 it under the terms of the GNU General Public License as published by
9 the Free Software Foundation; either version 2 of the License, or any
10 later version.
12 This program is distributed in the hope that it will be useful, but
13 WITHOUT ANY WARRANTY; without even the implied warranty of
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 General Public License for more details.
17 Last modified: $Date$
19 #include "version.h"
21 int idmc_version_major() {
22 return IDMC_VERSION_MAJOR;
25 int idmc_version_minor() {
26 return IDMC_VERSION_MINOR;
29 int idmc_version_micro() {
30 return IDMC_VERSION_MICRO;