summary refs log tree commit diff stats
path: root/lib/version.h
blob: 4dc5e523eabd594be363a86dcf1ec89fd71decb5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#ifndef VERSION_H_3CACFC4B
#define VERSION_H_3CACFC4B

namespace verbly {

  const int DATABASE_MAJOR_VERSION = 1;
  const int DATABASE_MINOR_VERSION = 3;

};

#endif /* end of include guard: VERSION_H_3CACFC4B */