We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fe6982 commit ecfc892Copy full SHA for ecfc892
configure.in
@@ -18,13 +18,11 @@ AC_PROG_CXX
18
19
AC_SUBST(BUILDROOT)
20
21
-# keep 20130917 for opkg update, it means nothing now. we use x.y.z tag for release.
22
-# new version will be 20130917-x.y.z
23
-# docs: Semantic Versioning http://semver.org/
+# we use Semantic Versioning x.y.z tag for release, docs: http://semver.org/
24
WIFIDOG_MAJOR_VERSION=1
25
WIFIDOG_MINOR_VERSION=2
26
WIFIDOG_MICRO_VERSION=0
27
-WIFIDOG_VERSION=20130917
+WIFIDOG_VERSION=$WIFIDOG_MAJOR_VERSION.$WIFIDOG_MINOR_VERSION.$WIFIDOG_MICRO_VERSION
28
29
AC_SUBST(WIFIDOG_MAJOR_VERSION)
30
AC_SUBST(WIFIDOG_MINOR_VERSION)
0 commit comments