diff options
author | steve <steve@FreeBSD.org> | 1998-10-01 06:09:03 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-10-01 06:09:03 +0000 |
commit | 7f17af08487004ca511bb1969087584ed0ba3917 (patch) | |
tree | ee243ea86583973ef3f20889e52874ce347cb2e5 /games/libshhcards/Makefile | |
parent | 29c03646e2a2d807fc1ed01092ca0e0f68be788d (diff) | |
download | FreeBSD-ports-7f17af08487004ca511bb1969087584ed0ba3917.zip FreeBSD-ports-7f17af08487004ca511bb1969087584ed0ba3917.tar.gz |
Bump the minor version number for a.out so it doesn't go backwards.
Noticed by: Satoshi Asami
Diffstat (limited to 'games/libshhcards/Makefile')
-rw-r--r-- | games/libshhcards/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/libshhcards/Makefile b/games/libshhcards/Makefile index 90391fe..ce69f3a 100644 --- a/games/libshhcards/Makefile +++ b/games/libshhcards/Makefile @@ -3,7 +3,7 @@ # Date created: 12 April 1998 # Whom: Andrey Zakhvatov # -# $Id: Makefile,v 1.2 1998/08/05 09:30:56 asami Exp $ +# $Id: Makefile,v 1.3 1998/09/28 02:08:56 steve Exp $ # DISTNAME= shhcards-1.0.3 @@ -32,5 +32,5 @@ do-install: .if ${PORTOBJFORMAT} == "elf" SOVERSION= 1 .else -SOVERSION= 1.0 +SOVERSION= 1.1 .endif |