summaryrefslogtreecommitdiff
path: root/games/libshhcards/Makefile
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1998-10-01 06:09:03 +0000
committerSteve Price <steve@FreeBSD.org>1998-10-01 06:09:03 +0000
commit3f6183d1fb76d1a186734ee20b1a563fb59f319e (patch)
tree7bb1886df9050f658c829b78f465e38fa621f4c6 /games/libshhcards/Makefile
parentUpgrade to Mesa 3.0 (diff)
Bump the minor version number for a.out so it doesn't go backwards.
Noticed by: Satoshi Asami
Notes
Notes: svn path=/head/; revision=13568
Diffstat (limited to 'games/libshhcards/Makefile')
-rw-r--r--games/libshhcards/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/libshhcards/Makefile b/games/libshhcards/Makefile
index 90391fe298d4..ce69f3a2017f 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