Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ibarwick committed Sep 28, 2018
1 parent 1d9493e commit 21061fe
Show file tree
Hide file tree
Showing 12 changed files with 635 additions and 629 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ include_HEADERS = include/libfq-expbuffer.h include/libfq.h include/libfq-int.h

lib_LTLIBRARIES = libfq.la
libfq_la_SOURCES = src/libfq.c src/fqexpbuffer.c src/fqmultibyte.c
libfq_la_LDFLAGS = -release 0.2.0
libfq_la_LDFLAGS = -release 0.3.0


2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ AM_CPPFLAGS = -I$(top_builddir)/include -I$(ibase)
include_HEADERS = include/libfq-expbuffer.h include/libfq.h include/libfq-int.h
lib_LTLIBRARIES = libfq.la
libfq_la_SOURCES = src/libfq.c src/fqexpbuffer.c src/fqmultibyte.c
libfq_la_LDFLAGS = -release 0.2.0
libfq_la_LDFLAGS = -release 0.3.0
all: all-recursive

.SUFFIXES:
Expand Down
2 changes: 1 addition & 1 deletion config/ar-lib
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
me=ar-lib
scriptversion=2012-03-01.08; # UTC

# Copyright (C) 2010-2012 Free Software Foundation, Inc.
# Copyright (C) 2010-2013 Free Software Foundation, Inc.
# Written by Peter Rosin <peda@lysator.liu.se>.
#
# This program is free software; you can redistribute it and/or modify
Expand Down
Loading

0 comments on commit 21061fe

Please sign in to comment.