aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rwxr-xr-xcibs.p5m.x4
2 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 8fc952c..08aab2e 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ cibs-inst-root := /usr/share/cibs
include $(cibs-root)/rules/$(package).mk
name := cibs
-version := 0.3.0
+version := 0.3.0.2
install-stamp: rules-mogrify-stamp
diff --git a/cibs.p5m.x b/cibs.p5m.x
index 80258aa..93ce326 100755
--- a/cibs.p5m.x
+++ b/cibs.p5m.x
@@ -1,7 +1,7 @@
#!/bin/sh
-cat <<META
-set name=pkg.fmri value=pkg:/developer/pkg/cibs@0.1.0
+cat <<'META'
+set name=pkg.fmri value=pkg:/developer/pkg/cibs@$(ips-version)
set name=pkg.summary value="Common IPS build system"
set name=info.upstream-url value="https://github.com/Nexenta/cibs"
set name=info.source-url value="https://github.com/Nexenta/cibs.git"