htsky

Load and structure a vertically stratified atmosphere
git clone git://git.meso-star.fr/htsky.git
Log | Files | Refs | README | LICENSE

commit 8454436badc0364560536edd350aafc75b948055
parent 954fdbe07411cb4ad7768cac2675a7c40fa34f41
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Tue, 31 Oct 2023 08:52:39 +0100

Set the version of dependencies that supports a pc file

Diffstat:
Mconfig.mk | 10+++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/config.mk b/config.mk @@ -24,23 +24,23 @@ PCFLAGS_SHARED = PCFLAGS_STATIC = --static PCFLAGS = $(PCFLAGS_$(LIB_TYPE)) -HTCP_VERSION = 0.0.5 +HTCP_VERSION = 0.1 HTCP_CFLAGS = $$($(PKG_CONFIG) $(PCFLAGS) --cflags htcp) HTCP_LIBS = $$($(PKG_CONFIG) $(PCFLAGS) --libs htcp) -HTGOP_VERSION = 0.1.2 +HTGOP_VERSION = 0.2 HTGOP_CFLAGS = $$($(PKG_CONFIG) $(PCFLAGS) --cflags htgop) HTGOP_LIBS = $$($(PKG_CONFIG) $(PCFLAGS) --libs htgop) -HTMIE_VERSION = 0.0.4 +HTMIE_VERSION = 0.1 HTMIE_CFLAGS = $$($(PKG_CONFIG) $(PCFLAGS) --cflags htmie) HTMIE_LIBS = $$($(PKG_CONFIG) $(PCFLAGS) --libs htmie) -RSYS_VERSION = 0.13 +RSYS_VERSION = 0.14 RSYS_CFLAGS = $$($(PKG_CONFIG) $(PCFLAGS) --cflags rsys) RSYS_LIBS = $$($(PKG_CONFIG) $(PCFLAGS) --libs rsys) -SVX_VERSION = 0.2.1 +SVX_VERSION = 0.3 SVX_CFLAGS = $$($(PKG_CONFIG) $(PCFLAGS) --cflags svx) SVX_LIBS = $$($(PKG_CONFIG) $(PCFLAGS) --libs svx)