repo.or.cz
/
liba.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fix npm auto-corrected some errors in your package.json when publishing.
[liba.git]
/
src
/
version.cpp
blob
23f80cf4868e4f7ebd37c8d56d457555a77621af
1
#include
"a/version.h"
2
3
unsigned int const
a_version
::
MAJOR
=
A_VERSION_MAJOR
;
4
unsigned int const
a_version
::
MINOR
=
A_VERSION_MINOR
;
5
unsigned int const
a_version
::
PATCH
=
A_VERSION_PATCH
;
6
a_u32
const
a_version
::
TWEAK
=
A_VERSION_TWEAK
;