aboutsummaryrefslogtreecommitdiffstats
path: root/version.cpp
blob: 33bdad8eb8b1096fccfff9c98ec274d35e47e9b4 (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= 3;

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