Skip to content

Commit

Permalink
* bump the version number for the win32 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Newton committed Jul 21, 2009
1 parent 24f2384 commit 1cbfd42
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ AUX_DIST = $(auxdir)/install-sh $(auxdir)/missing \

SUBDIRS = artnet

EXTRA_DIST = reconf libartnet.pc.in Doxyfile
EXTRA_DIST = libartnet.pc.in Doxyfile

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libartnet.pc
Expand Down
4 changes: 4 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
21/07/2009 libartnet-1.1.0

Added win32 support

13/12/2008 libartnet-1.0.7

Subnet programming fix
Expand Down
2 changes: 1 addition & 1 deletion configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
AC_PREREQ(2.57)
AC_INIT(configure.in)
AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE(libartnet, 1.0.7)
AM_INIT_AUTOMAKE(libartnet, 1.1.0)

# Checks for programs.
AC_PROG_CC
Expand Down

0 comments on commit 1cbfd42

Please sign in to comment.