Skip to content

Commit 34f74b4

Browse files
committed
ver bumps up
1 parent 25fa2d9 commit 34f74b4

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Version 3.1.3.0
2+
3+
* Supporting AF_UNIX on Windows
4+
[#553](https://github.com/haskell/network/issues/553)
5+
16
## Version 3.1.2.9
27

38
* Resolving the runtime linker problem on Windows.

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AC_INIT([Haskell network package],
2-
[3.1.2.9],
2+
[3.1.3.0],
33
44
[network])
55

network.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 1.18
22
name: network
3-
version: 3.1.2.9
3+
version: 3.1.3.0
44
license: BSD3
55
license-file: LICENSE
66
maintainer: Kazu Yamamoto, Evan Borden

0 commit comments

Comments
 (0)