version 2.0

This commit is contained in:
ihaveahax 2024-02-24 22:30:03 -06:00
parent 01f4b8ba21
commit 017935bb25
No known key found for this signature in database
GPG Key ID: 90725113CA578EAA
3 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
buildPythonApplication rec {
pname = "ninfs";
version = "2.0a11";
version = "2.0";
srcs = builtins.path { path = ./.; name = "ninfs"; };

View File

@ -7,4 +7,4 @@
__author__ = 'ihaveamac'
__copyright__ = 'Copyright (c) 2017-2021 Ian Burgwin'
__license__ = 'MIT'
__version__ = '2.0a11'
__version__ = '2.0'

View File

@ -66,7 +66,7 @@ app = BUNDLE(coll,
'LSMinimumSystemVersion': '10.12.6',
#'NSRequiresAquaSystemAppearance': True,
#'NSHighResolutionCapable': True,
'CFBundleShortVersionString': '2.0a11',
'CFBundleVersion': '2007',
'CFBundleShortVersionString': '2.0',
'CFBundleVersion': '2008',
}
)