v0.1.3
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#define MyAppName "Cartridges"
|
||||
#define MyAppVersion "0.1.2"
|
||||
#define MyAppVersion "0.1.3"
|
||||
#define MyAppPublisher "kramo"
|
||||
#define MyAppURL "https://github.com/kra-mo/cartridges"
|
||||
#define MyAppExeName "pythonw.exe"
|
||||
|
||||
@@ -22,7 +22,7 @@ import sys
|
||||
import signal
|
||||
import gettext
|
||||
|
||||
VERSION = '0.1.2'
|
||||
VERSION = '0.1.3'
|
||||
pkgdatadir = os.path.join(os.path.dirname(__file__), '..', 'share', 'cartridges')
|
||||
localedir = os.path.join(os.path.dirname(__file__), '..', 'share', 'locale')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user