Skip to content

Commit b2bba45

Browse files
committed
Preperation for release
Signed-off-by: Reza Tavakoli <rta.0070@gmail.com>
1 parent d362e11 commit b2bba45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- Autoconf -*-
22
# Process this file with autoconf to produce a configure script.
33
AC_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])
55
AC_CONFIG_SRCDIR([src/winhello.c])
66
AC_CONFIG_AUX_DIR([build-aux])
77
AC_CONFIG_MACRO_DIRS([m4])
@@ -11,7 +11,7 @@ AC_PREFIX_DEFAULT([/usr])
1111
AC_DEFINE([PACKAGE_VERSION_MAJOR], [1], [Major number of build])
1212
AC_DEFINE([PACKAGE_VERSION_MINOR], [0], [Minor number of build])
1313
AC_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])
1515
AC_DEFINE([PACKAGE_VERSION_BUILDNUMBER], [3], [Incremental number of build])
1616
AC_DEFINE([SK_DEBUG], [1], [Enable output messages])
1717

0 commit comments

Comments
 (0)