Skip to content

Commit

Permalink
Increment the minor build number
Browse files Browse the repository at this point in the history
  • Loading branch information
katie-snow committed Jan 20, 2017
1 parent e2ebbbe commit b21d239
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dnl Process this file with autoconf to produce a configure script.

AC_PREREQ(2.59)
AC_INIT(Ultimarc-linux, 1.0)
AC_INIT(Ultimarc-linux, 1.1)

AC_CANONICAL_HOST
AM_INIT_AUTOMAKE()
Expand Down Expand Up @@ -29,7 +29,7 @@ CPPFLAGS="-I$KERNEL_HEADERS_DIR/include"
AX_PKG_CHECK_MODULES([JSON], [], [json-c >= 0.11])
AX_PKG_CHECK_MODULES([LIBUSB], [], [libusb-1.0 >= 1.0.18])

AC_SUBST([ULTIMARC_LIB_VERSION], [1.0])
AC_SUBST([ULTIMARC_LIB_VERSION], [1.1])

AC_CONFIG_FILES([Makefile
src/libs/Makefile
Expand Down
2 changes: 1 addition & 1 deletion src/libs/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ AM_LDFLAGS = $(JSON_LIBS) $(LIBUSB_LIBS)

lib_LTLIBRARIES = libultimarc.la
libultimarc_la_SOURCES = ultimarc.c ipac.c ultistik.c pacLED.c common.c pacdrive.c ipacultimate.c ipacseries.c ulboard.c usbbutton.c servostik.c uhid.c ipac.h ultistik.h pacLED.h common.h pacdrive.h ipacultimate.h dbg.h ipacseries.h usbbutton.h servostik.h uhid.h
libultimarc_la_LDFLAGS = $(AM_LDFLAGS) -version-info 1:0:1
libultimarc_la_LDFLAGS = $(AM_LDFLAGS) -version-info 1:1:0

otherincludedir = $(includedir)/ultimarc
otherinclude_HEADERS = ultimarc.h ulboard.h
Expand Down

0 comments on commit b21d239

Please sign in to comment.