aboutsummaryrefslogtreecommitdiff
path: root/version.h
blob: b95c872db8cfb828a1b34b45ddce177e419c6859 (plain)
1
2
3
4
5
6
7
8
9
#ifndef _VERSION_H
#define _VERSION_H


/* do not change this line - Makefile's 'tar' target depends on it */
#define VERSION "0.6"


#endif
bgstack15