summaryrefslogtreecommitdiff
path: root/devel/subversion/Makefile.version
blob: c7df3f04a105f4a3c36271e2518a795b4e48cb8d (plain)
1
2
3
4
5
6
7
8
9
10
11
# $NetBSD: Makefile.version,v 1.88 2022/04/12 16:24:28 bsiegert Exp $

# When updating subversion, all packages are updated at the same time
# to have a consistent set of packages.  A particularly tricky aspect
# is our interaction with the svn build system.  See the make target
# "svn-build-outputs-hack" in devel/subversion-base/Makefile when
# changing the version.

.if !defined(SVNVER)
SVNVER=		1.14.2
.endif