Skip to content

Commit

Permalink
BUMP port version
Browse files Browse the repository at this point in the history
  • Loading branch information
5u623l20 committed Mar 19, 2019
1 parent 2c84615 commit d4492e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.69])
AC_INIT([libdnet], [1.12])
AC_INIT([libdnet], [1.13])
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_HEADERS([include/config.h])
AC_CONFIG_SRCDIR([include/dnet.h])
Expand Down
4 changes: 2 additions & 2 deletions python/dnet.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ and raw IP packet and Ethernet frame transmission.
__author__ = 'Dug Song <[email protected]>'
__copyright__ = 'Copyright (c) 2003 Dug Song'
__license__ = 'BSD'
__url__ = 'http://libdnet.sourceforge.net/'
__version__ = '1.12'
__url__ = 'http://github.com/5u623l20/libdnet'
__version__ = '1.13'

cdef extern from "dnet.h":
pass
Expand Down

0 comments on commit d4492e2

Please sign in to comment.