From ac400f73c9e32fcba721e42ec0ef905954fa696f Mon Sep 17 00:00:00 2001 From: Ken VanDine Date: Mon, 21 Jun 2010 14:50:40 -0400 Subject: Use full assembly version for the policy file --- bindings/mono/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'bindings/mono/Makefile.am') diff --git a/bindings/mono/Makefile.am b/bindings/mono/Makefile.am index 2cd4486..98fe6f9 100644 --- a/bindings/mono/Makefile.am +++ b/bindings/mono/Makefile.am @@ -10,9 +10,10 @@ MIDDLE_API = libappindicator-api.middle RAW_API = libappindicator-api.raw METADATA = libappindicator-api.metadata ASSEMBLY_NAME = appindicator-sharp -ASSEMBLY_VERSION = 0.1 +ASSEMBLY_VERSION = 0.1.0.0 ASSEMBLY = $(ASSEMBLY_NAME).dll -POLICY = policy.$(ASSEMBLY_VERSION).$(ASSEMBLY_NAME) +POLICY = policy.$(POLICY_VERSION).$(ASSEMBLY_NAME) +POLICY_VERSION = 0.0 DLLPOLICY = $(POLICY).dll TARGET = \ -- cgit v1.2.3