diff options
author | Azat Khuzhin <a3at.mail@gmail.com> | 2016-11-02 00:31:31 +0300 |
---|---|---|
committer | Azat Khuzhin <a3at.mail@gmail.com> | 2016-11-04 23:05:20 +0300 |
commit | f4489b8323cda0bf8eed7c1353911a852d7a947c (patch) | |
tree | 17a6f137aacb1eaa12999b3c6fc415cd7de3b18d /appveyor.yml | |
parent | 13ea9f5ee58dfea486a83c648da8b411a682b5e1 (diff) | |
download | libevent-f4489b8323cda0bf8eed7c1353911a852d7a947c.tar.gz |
Bump version to 2.1.7-beta everywhere
- cmake basic
- cmake detecting from git -- event_fuzzy_version_from_git()
- autotools
- win32
- appveyor
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index f2bcc589..2b56b633 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 2.1.6.{build} +version: 2.1.7.{build} os: Visual Studio 2015 |