diff options
author | Leo Uino <leo@norisys.jp> | 2011-07-15 15:26:11 +0900 |
---|---|---|
committer | Leo Uino <leo@norisys.jp> | 2011-07-15 20:22:30 +0900 |
commit | 27e4017efca48bf053c8e0e6bb083898e7f9833b (patch) | |
tree | 6db9ae8899474d9b242be12ccdee26564a20c3cb /lpg/libqr/qr | |
parent | bea5cbf43b7074fe59c400edaa294153d18fb325 (diff) | |
download | pdf-simple-sign-27e4017efca48bf053c8e0e6bb083898e7f9833b.tar.gz pdf-simple-sign-27e4017efca48bf053c8e0e6bb083898e7f9833b.tar.xz pdf-simple-sign-27e4017efca48bf053c8e0e6bb083898e7f9833b.zip |
Add version.h
Diffstat (limited to 'lpg/libqr/qr')
-rw-r--r-- | lpg/libqr/qr/version.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lpg/libqr/qr/version.h b/lpg/libqr/qr/version.h new file mode 100644 index 0000000..cd263c0 --- /dev/null +++ b/lpg/libqr/qr/version.h @@ -0,0 +1,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 + |