Update version in version.h too.

This commit is contained in:
Alexei Svitkine 2012-07-07 21:25:44 -04:00
parent 3ddc4ff65d
commit 77862b2103

View File

@ -22,6 +22,6 @@
#define VERSION_H
const int VERSION_MAJOR = 2;
const int VERSION_MINOR = 3;
const int VERSION_MINOR = 4;
#endif