Skip to content

Commit

Permalink
Fidogate 5.6
Browse files Browse the repository at this point in the history
Signed-off-by: Yauheni Kaliuta <[email protected]>
  • Loading branch information
ykaliuta committed Jan 5, 2020
1 parent 16d395d commit d7ef0c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 2,9 @@ dnl Copyright (c) 2003-2008 Andrey Slusar <[email protected]>
dnl Copyright (c) 2003-2004 Alexandr Dobroslavskiy <[email protected]>
dnl Copyright (c) 2015-2020 Yauheni Kaliuta <[email protected]>
dnl
AC_REVISION([Revision: 1027])
AC_REVISION([Revision: 1028])
AC_PREREQ(2.53)
AC_INIT([fidogate],[5.5],[[email protected]])
AC_INIT([fidogate],[5.6],[[email protected]])
AC_DISABLE_OPTION_CHECKING
AM_CONFIG_HEADER([config.h])
AC_CONFIG_SRCDIR([src/common/config.c])
Expand Down
4 changes: 1 addition & 3 deletions version.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 2,6 @@
/*****************************************************************************
* FIDOGATE --- Gateway software UNIX Mail/News <-> FIDO NetMail/EchoMail
*
* $Id: version.h,v 5.4 2006/05/18 18:35:08 anray Exp $
*
* Global version number, patch level
*****************************************************************************/

Expand All @@ -12,7 10,7 @@

#include <config.h>
#define VERSION_MAJOR 5
#define VERSION_MINOR 5
#define VERSION_MINOR 6

#ifdef GIT_HASH_STR
#define EXTRAVERSION "-g" GIT_HASH_STR
Expand Down

0 comments on commit d7ef0c6

Please sign in to comment.