src/c/version.c File Reference
Hold the version number of the project.
More...
#include <stdio.h>
#include "version.h"
Functions |
void | print_version (const char *progname) |
| Print version and license information.
|
Variables |
const char | tesseroids_version [] = "1.0" |
| Current project version number.
|
Detailed Description
Hold the version number of the project.
- Author:
- Leonardo Uieda
- Date:
- 02 Feb 2011
Function Documentation
void print_version |
( |
const char * |
progname |
) |
|
Print version and license information.
- Parameters:
-
| progname | name of the program |