diff options
author | Bastien Nocera <hadess@hadess.net> | 2015-09-22 17:31:00 +0200 |
---|---|---|
committer | Bastien Nocera <hadess@hadess.net> | 2015-09-22 17:52:33 +0200 |
commit | 3de5440317756a03e08da472c6bd38ca8d610b59 (patch) | |
tree | e2c72fa3a901cda12d20d1af8424a3f17a48b531 /Makefile.am | |
parent | bbb894b1620f7a4d0502ec00d3b4540dc5842628 (diff) |
build: Bump version to 0.3.0
As this is a new development cycle.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 686178f..4d11c2d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -18,7 +18,7 @@ SUBDIRS += doc endif pkgconfigdir = $(libdir)/pkgconfig -pkgconfig_DATA = grilo-0.2.pc +pkgconfig_DATA = grilo-0.3.pc if BUILD_GRILO_NET pkgconfig_DATA += grilo-net-0.2.pc |