Skip to content

Commit

Permalink
fidogate 5.5
Browse files Browse the repository at this point in the history
Signed-off-by: Yauheni Kaliuta <[email protected]>
  • Loading branch information
ykaliuta committed Dec 18, 2019
1 parent e553769 commit 9c8aef2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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-2019 Yauheni Kaliuta <[email protected]>
dnl
AC_REVISION([Revision: 1024])
AC_REVISION([Revision: 1025])
AC_PREREQ(2.53)
AC_INIT([fidogate],[5.4],[[email protected]])
AC_INIT([fidogate],[5.5],[[email protected]])
AC_DISABLE_OPTION_CHECKING
AM_CONFIG_HEADER([config.h])
AC_CONFIG_SRCDIR([src/common/config.c])
Expand Down
2 changes: 1 addition & 1 deletion version.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 12,7 @@

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

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

0 comments on commit 9c8aef2

Please sign in to comment.