Update comments, now default python version is 25.
This commit is contained in:
parent
3c8f94cfca
commit
a3bd53bc5f
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: pyversion.mk,v 1.64 2009/02/09 22:56:24 joerg Exp $
|
||||
# $NetBSD: pyversion.mk,v 1.65 2009/02/18 05:50:31 obache Exp $
|
||||
|
||||
# This file determines which Python version is used as a dependency for
|
||||
# a package.
|
||||
|
@ -9,7 +9,7 @@
|
|||
# The preferred Python version to use.
|
||||
#
|
||||
# Possible values: 21 23 24 25
|
||||
# Default: 24
|
||||
# Default: 25
|
||||
#
|
||||
# === Package-settable variables ===
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue