blob: d91db11abfbe5fa7cc2644fb9e6b4821fd07a4e1 (
plain)
1
2
3
4
5
6
7
|
# $NetBSD: Makefile.version,v 1.8 2003/09/27 20:14:41 recht Exp $
.if !defined(SVNVER)
SVNVER= 0.30.0
# This macro is in this file because the URL changes with every release.
MASTER_SITES= http://svn.collab.net/tarballs/
.endif
|