diff options
author | Bastien Nocera <hadess@hadess.net> | 2015-09-22 18:20:24 +0200 |
---|---|---|
committer | Bastien Nocera <hadess@hadess.net> | 2015-09-22 18:37:08 +0200 |
commit | 61f6a87313fd4717021485d4fa96e4b941ed6935 (patch) | |
tree | 983e40dae819712a0b87085616e42c5d0b7fe14b /Makefile.am | |
parent | 555654f4132801a4d9950b65f147ba0a01365e38 (diff) |
build: Also bump grl-net and grl-pls to 0.3
Turns out that grilo-plugins expects grl-net and grl-pls to be the same
version as grilo itself, which is likely what a number of applications
also do.
This is easier to deal with than versions changing, and matches what
GLib does for example.
This also fixes a number of lingering references to 0.2 as the major
version number.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index 4d11c2d..9f5398e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,14 +21,14 @@ pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = grilo-0.3.pc if BUILD_GRILO_NET -pkgconfig_DATA += grilo-net-0.2.pc +pkgconfig_DATA += grilo-net-0.3.pc endif if BUILD_GRILO_PLS -pkgconfig_DATA += grilo-pls-0.2.pc +pkgconfig_DATA += grilo-pls-0.3.pc endif -dist_man1_MANS = grl-inspect-0.2.1 grl-launch-0.2.1 +dist_man1_MANS = grl-inspect-0.3.1 grl-launch-0.3.1 MAINTAINERCLEANFILES = \ $(GITIGNORE_MAINTAINERCLEANFILES_TOPLEVEL) \ |