Skip to content

Commit

Permalink
1.7.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
DarthGandalf committed Apr 19, 2018
1 parent 2e6e297 commit bfecb52
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -18,7 +18,7 @@ cmake_minimum_required(VERSION 3.1)
project(ZNC VERSION 1.7.0)
set(ZNC_VERSION 1.7.0)
set(append_git_version false)
set(alpha_version "-beta1") # e.g. "-rc1"
set(alpha_version "-rc1") # e.g. "-rc1"
set(VERSION_EXTRA "" CACHE STRING
"Additional string appended to version, e.g. to mark distribution")

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -7,7 +7,7 @@ AC_DEFUN([AC_PROG_CC], [m4_errprint(__file__:__line__[: Something is trying to u
dnl Needed for AC_PATH_PROGS_FEATURE_CHECK which was added in 2.62
AC_PREREQ([2.62])
dnl Keep the version number in sync with version.h!
AC_INIT([znc], [1.7.0-beta1])
AC_INIT([znc], [1.7.0-rc1])
LIBZNC_VERSION=1.7.0
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR([src/znc.cpp])
Expand Down
2 changes: 1 addition & 1 deletion include/znc/version.h
Expand Up @@ -22,7 +22,7 @@ limitations under the License.
#define VERSION_MINOR 7
#define VERSION_PATCH 0
// This one is for display purpose and to check ABI compatibility of modules
#define VERSION_STR "1.7.0-beta1"
#define VERSION_STR "1.7.0-rc1"
#endif

// Don't use this one
Expand Down

0 comments on commit bfecb52

Please sign in to comment.