aboutsummaryrefslogtreecommitdiffstats
path: root/version.cpp
blob: c41f2957bd5977733a9509fe1b0459081af76ea2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
// version.cpp

// The configure script will parse the version::* lines
// to get the vesion number.

#include "blassic.h"

const unsigned short
	version::Major= 0,
	version::Minor= 10,
	version::Release= 2;

// End of version.cpp
Un proyecto texto-plano.xyz