blob: f231c912647d4292c1f0a6e48f04ee2f4a5be350 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# $NetBSD: Makefile.version,v 1.61 2013/04/13 12:57:40 ryoon 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.7.9
.endif
|