Skip to content

Commit 21061fe

Browse files
committed
Release 0.3.0
1 parent 1d9493e commit 21061fe

File tree

12 files changed

+635
-629
lines changed

12 files changed

+635
-629
lines changed

Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ include_HEADERS = include/libfq-expbuffer.h include/libfq.h include/libfq-int.h
1212

1313
lib_LTLIBRARIES = libfq.la
1414
libfq_la_SOURCES = src/libfq.c src/fqexpbuffer.c src/fqmultibyte.c
15-
libfq_la_LDFLAGS = -release 0.2.0
15+
libfq_la_LDFLAGS = -release 0.3.0
1616

1717

Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ AM_CPPFLAGS = -I$(top_builddir)/include -I$(ibase)
385385
include_HEADERS = include/libfq-expbuffer.h include/libfq.h include/libfq-int.h
386386
lib_LTLIBRARIES = libfq.la
387387
libfq_la_SOURCES = src/libfq.c src/fqexpbuffer.c src/fqmultibyte.c
388-
libfq_la_LDFLAGS = -release 0.2.0
388+
libfq_la_LDFLAGS = -release 0.3.0
389389
all: all-recursive
390390

391391
.SUFFIXES:

config/ar-lib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
me=ar-lib
55
scriptversion=2012-03-01.08; # UTC
66

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

0 commit comments

Comments
 (0)