This repository has been archived by the owner on Dec 8, 2023. It is now read-only.
forked from libevent/libevent
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump version to 2.1.6-beta everywhere
- cmake basic - cmake detecting from git -- event_fuzzy_version_from_git() - autotools - win32 - appveyor
- Loading branch information
Showing
6 changed files
with
9 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
version: 2.1.5.{build} | ||
version: 2.1.6.{build} | ||
|
||
os: Visual Studio 2015 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ dnl See LICENSE for copying information. | |
dnl | ||
dnl Original version Dug Song <[email protected]> | ||
|
||
AC_INIT(libevent,2.1.5-beta) | ||
AC_INIT(libevent,2.1.6-beta) | ||
AC_PREREQ(2.59) | ||
AC_CONFIG_SRCDIR(event.c) | ||
|
||
|
@@ -25,7 +25,7 @@ AM_INIT_AUTOMAKE(m4_esyscmd([echo foreign 1.9 subdir-objects | |
dnl AM_SILENT_RULES req. automake 1.11. [no] defaults V=1 | ||
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) | ||
AC_CONFIG_HEADERS(config.h evconfig-private.h:evconfig-private.h.in) | ||
AC_DEFINE(NUMERIC_VERSION, 0x02010500, [Numeric representation of the version]) | ||
AC_DEFINE(NUMERIC_VERSION, 0x02010600, [Numeric representation of the version]) | ||
|
||
dnl Initialize prefix. | ||
if test "$prefix" = "NONE"; then | ||
|