File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11# -*- Autoconf -*-
22# Process this file with autoconf to produce a configure script.
33AC_PREREQ ( [ 2.69] )
4- AC_INIT ( [ winhello] , [ 1.0-dev ] , [ https://github.com/tavrez/openssh-sk-winhello/issues] )
4+ AC_INIT ( [ winhello] , [ 1.0] , [ https://github.com/tavrez/openssh-sk-winhello/issues] )
55AC_CONFIG_SRCDIR ( [ src/winhello.c] )
66AC_CONFIG_AUX_DIR ( [ build-aux] )
77AC_CONFIG_MACRO_DIRS([ m4] )
@@ -11,7 +11,7 @@ AC_PREFIX_DEFAULT([/usr])
1111AC_DEFINE ( [ PACKAGE_VERSION_MAJOR] , [ 1] , [ Major number of build] )
1212AC_DEFINE ( [ PACKAGE_VERSION_MINOR] , [ 0] , [ Minor number of build] )
1313AC_DEFINE ( [ PACKAGE_VERSION_PATCH] , [ 0] , [ Patch number of build] )
14- AC_DEFINE ( [ PACKAGE_VERSION_DEV] , [ 1 ] , [ Internal build] )
14+ AC_DEFINE ( [ PACKAGE_VERSION_DEV] , [ 0 ] , [ Internal build] )
1515AC_DEFINE ( [ PACKAGE_VERSION_BUILDNUMBER] , [ 3] , [ Incremental number of build] )
1616AC_DEFINE ( [ SK_DEBUG] , [ 1] , [ Enable output messages] )
1717
You can’t perform that action at this time.
0 commit comments