Skip to content

Commit ecfc892

Browse files
author
sinkcup
committed
change version to Semantic Versioning
1 parent 8fe6982 commit ecfc892

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

configure.in

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,11 @@ AC_PROG_CXX
1818

1919
AC_SUBST(BUILDROOT)
2020

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/
21+
# we use Semantic Versioning x.y.z tag for release, docs: http://semver.org/
2422
WIFIDOG_MAJOR_VERSION=1
2523
WIFIDOG_MINOR_VERSION=2
2624
WIFIDOG_MICRO_VERSION=0
27-
WIFIDOG_VERSION=20130917
25+
WIFIDOG_VERSION=$WIFIDOG_MAJOR_VERSION.$WIFIDOG_MINOR_VERSION.$WIFIDOG_MICRO_VERSION
2826

2927
AC_SUBST(WIFIDOG_MAJOR_VERSION)
3028
AC_SUBST(WIFIDOG_MINOR_VERSION)

0 commit comments

Comments
 (0)