Skip to content

Commit

Permalink
Preperation for release
Browse files Browse the repository at this point in the history
Signed-off-by: Reza Tavakoli <rta.0070@gmail.com>
  • Loading branch information
tavrez committed Jun 13, 2020
1 parent d362e11 commit b2bba45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.69])
AC_INIT([winhello], [1.0-dev], [/~https://github.com/tavrez/openssh-sk-winhello/issues])
AC_INIT([winhello], [1.0], [/~https://github.com/tavrez/openssh-sk-winhello/issues])
AC_CONFIG_SRCDIR([src/winhello.c])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIRS([m4])
Expand All @@ -11,7 +11,7 @@ AC_PREFIX_DEFAULT([/usr])
AC_DEFINE([PACKAGE_VERSION_MAJOR], [1], [Major number of build])
AC_DEFINE([PACKAGE_VERSION_MINOR], [0], [Minor number of build])
AC_DEFINE([PACKAGE_VERSION_PATCH], [0], [Patch number of build])
AC_DEFINE([PACKAGE_VERSION_DEV], [1], [Internal build])
AC_DEFINE([PACKAGE_VERSION_DEV], [0], [Internal build])
AC_DEFINE([PACKAGE_VERSION_BUILDNUMBER], [3], [Incremental number of build])
AC_DEFINE([SK_DEBUG], [1], [Enable output messages])

Expand Down

0 comments on commit b2bba45

Please sign in to comment.