diff options
Diffstat (limited to 'mk/version.mk')
-rw-r--r-- | mk/version.mk | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/mk/version.mk b/mk/version.mk new file mode 100644 index 00000000..e66f69aa --- /dev/null +++ b/mk/version.mk @@ -0,0 +1,18 @@ +# +# Project-specific version information. +# +# Note: +# this config file is intended to centralise all +# project version information. To bump up the version +# info on your package, edit this file and recompile +# all the dependents. This file lives in the source tree. +# + +# +# haddock project variable settings: +# +ProjectName = Haddock +ProjectNameShort = haddock +ProjectVersion = 0.1 +ProjectVersionInt = 1 +ProjectPatchLevel = 0 |