Skip to content

Commit 53651af

Browse files
descenderhartwork
authored andcommitted
* configure.ac: Change version to 0.4.0.
* *: Merge from HEAD. (Should've branched later.)
1 parent 26309a8 commit 53651af

File tree

6 files changed

+9
-893
lines changed

6 files changed

+9
-893
lines changed

libvisual/Makefile.am

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ SUBDIRS = m4 libvisual po
55
pkgconfigdir = $(libdir)/pkgconfig
66
pkgconfig_DATA = libvisual-$(LIBVISUAL_VERSION_SUFFIX).pc
77

8+
libvisual-$(LIBVISUAL_VERSION_SUFFIX).pc: libvisual.pc
9+
cp -f $< $@
10+
811
install-exec-local: libvisual/lvconfig.h
912
file=$(DESTDIR)$(LIBVISUAL_INCLUDE_DIR)/libvisual/lvconfig.h; \
1013
if test -r $$file && cmp -s libvisual/lvconfig.h $$file; then :; \
@@ -21,7 +24,7 @@ stamp-gc-h: config.status
2124
uninstall-local:
2225
rmdir $(includedir)/libvisual
2326

24-
EXTRA_DIST = Doxyfile config.rpath
27+
EXTRA_DIST = Doxyfile config.rpath libvisual.pc.in
2528

2629
DISTCLEANFILES = libvisual/lvconfig.h
2730

libvisual/configure.ac

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Process this file with autoconf to produce a configure script.
22
AC_PREREQ(2.57)
33

4-
AC_INIT([Libvisual Library], [0.3.0], [[email protected]], [libvisual])
4+
AC_INIT([Libvisual Library], [0.4.0], [[email protected]], [libvisual])
55
AM_INIT_AUTOMAKE([1.7.0 dist-bzip2])
66

7-
LIBVISUAL_VERSION_SUFFIX="0.3"
7+
LIBVISUAL_VERSION_SUFFIX="0.4"
88
AC_SUBST(LIBVISUAL_VERSION_SUFFIX)
99

1010
AC_CONFIG_HEADER(config.h)
@@ -806,7 +806,7 @@ AC_CONFIG_FILES([
806806
m4/Makefile
807807
po/Makefile.in
808808
Makefile
809-
libvisual-0.3.pc
809+
libvisual.pc
810810
libvisual/Makefile
811811
])
812812
#

libvisual/libvisual-0.3.pc.in

Lines changed: 0 additions & 12 deletions
This file was deleted.

libvisual/po/es_AR.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: Libvisual Library 0.3.0\n"
99
"Report-Msgid-Bugs-To: http://libvisual.sf.net\n"
10-
"POT-Creation-Date: 2006-02-20 18:49+0800\n"
10+
"POT-Creation-Date: 2006-02-20 20:09+0800\n"
1111
"PO-Revision-Date: 2005-03-20 17:09-0300\n"
1212
"Last-Translator: <[email protected]>\n"
1313
"Language-Team: Spanish\n"

libvisual/po/es_ES.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: Libvisual Library 0.3.0\n"
99
"Report-Msgid-Bugs-To: http://libvisual.sf.net\n"
10-
"POT-Creation-Date: 2006-02-20 18:49+0800\n"
10+
"POT-Creation-Date: 2006-02-20 20:09+0800\n"
1111
"PO-Revision-Date: 2005-03-20 17:09-0300\n"
1212
"Last-Translator: <[email protected]>\n"
1313
"Language-Team: Spanish\n"

0 commit comments

Comments
 (0)