aboutsummaryrefslogtreecommitdiff
path: root/lpg/libqr/qr/version.h
blob: cd263c0335ea634326f4fc71d76b61930c914182 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef QR_VERSION_H
#define QR_VERSION_H

#define QR_VERSION_MAJOR 0
#define QR_VERSION_MINOR 3

#define QR_VERSION "0.3"

#endif