/mandos/release

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/release

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Teddy Hogeborn
  • Date: 2019-08-03 12:54:59 UTC
  • Revision ID: teddy@recompile.se-20190803125459-orxkhetp1bhpz7qk
Tags: version-1.8.6-1
* Makefile (version): Change to 1.8.6.
* NEWS (Version 1.8.6): Add new entry.
* debian/changelog (1.8.6-1): - '' -

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
OPTIMIZE:=-Os -fno-strict-aliasing
43
43
LANGUAGE:=-std=gnu11
44
44
htmldir:=man
45
 
version:=1.8.5
 
45
version:=1.8.6
46
46
SED:=sed
47
47
PKG_CONFIG?=pkg-config
48
48