Skip to content

Commit

Permalink
bump version 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gh0stwizard committed Feb 20, 2021
1 parent d92d05d commit 42623d9
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ MANDIR ?= $(DATAROOTDIR)/man

MAJOR_VERSION = 0
MINOR_VERSION = 2
PATCH_VERSION = 2
PATCH_VERSION = 3
VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(PATCH_VERSION)

DLL_EXT ?= so
Expand Down Expand Up @@ -179,6 +179,7 @@ $(LIB_TARGET): $(OBJECTS)
check: $(DLL_TARGET)
$(MAKE) -C tests check

docs: man
man:
$(MAKE) -C docs VERSION=$(VERSION)

Expand Down
3 changes: 2 additions & 1 deletion Makefile.bsd
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ MANDIR ?= $(DATAROOTDIR)/man

MAJOR_VERSION = 0
MINOR_VERSION = 2
PATCH_VERSION = 2
PATCH_VERSION = 3
VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(PATCH_VERSION)

DLL_EXT ?= so
Expand Down Expand Up @@ -190,6 +190,7 @@ check: ${DLL_TARGET}
RFC6531_FOLLOW_RFC20="${RFC6531_FOLLOW_RFC20}" \
${MAKE} -f Makefile.bsd -C tests check

docs: man
man:
env _defs="${DEFS}" \
_libs="${LIBS}" \
Expand Down
3 changes: 2 additions & 1 deletion Makefile.openbsd
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ MANDIR ?= $(DATAROOTDIR)/man

MAJOR_VERSION = 0
MINOR_VERSION = 2
PATCH_VERSION = 2
PATCH_VERSION = 3
VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(PATCH_VERSION)

DLL_EXT ?= so
Expand Down Expand Up @@ -190,6 +190,7 @@ check: ${DLL_TARGET}
RFC6531_FOLLOW_RFC20="${RFC6531_FOLLOW_RFC20}" \
${MAKE} -f Makefile.openbsd -C tests check

docs: man
man:
env _defs="${DEFS}" \
_libs="${LIBS}" \
Expand Down
3 changes: 2 additions & 1 deletion Makefile.windows-gmake
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ MANDIR ?= $(DATAROOTDIR)/man

MAJOR_VERSION = 0
MINOR_VERSION = 2
PATCH_VERSION = 2
PATCH_VERSION = 3
VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(PATCH_VERSION)

DLL_EXT ?= dll
Expand Down Expand Up @@ -172,6 +172,7 @@ $(LIB_TARGET): $(OBJECTS)
check: $(DLL_TARGET)
$(MAKE) -f Makefile.windows-gmake -C tests check

docs: man
man:
$(MAKE) -f Makefile.windows-gmake -C docs VERSION=$(VERSION)

Expand Down
Binary file modified docs/libeav.3.gz
Binary file not shown.

0 comments on commit 42623d9

Please sign in to comment.