mirror of
https://github.com/michaelcmartin/Ophis.git
synced 2026-04-19 23:16:52 +00:00
Update version markers to 2.3
This commit is contained in:
@@ -9,7 +9,7 @@ It is provided under the MIT license, reproduced below:
|
||||
|
||||
---
|
||||
|
||||
Ophis, Copyright (C) 2002-2024 Michael Martin and contributors
|
||||
Ophis, Copyright (C) 2002-2026 Michael Martin and contributors
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
Changes towards Ophis 2.3:
|
||||
Ophis 2.3: 22 Mar 2026
|
||||
- Refactored commandline parsing to use argparse and to conform
|
||||
with expectations for Python CLI programs
|
||||
- Allow parentheses for expression grouping alongside braces.
|
||||
|
||||
+1
-1
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "ophis-asm"
|
||||
version = "2.2.0-1"
|
||||
version = "2.3.0"
|
||||
authors = [
|
||||
{ name="Michael Martin", email="mcmartin@gmail.com" },
|
||||
]
|
||||
|
||||
@@ -45,7 +45,7 @@ def parse_args(args):
|
||||
parser.add_argument("-l", "--listfile", help="Create program listing")
|
||||
parser.add_argument("-m", "--mapfile", help="Create label-address map")
|
||||
parser.add_argument(
|
||||
"--version", action="version", version=f"{program_description}, version 2.3-dev"
|
||||
"--version", action="version", version=f"{program_description}, version 2.3"
|
||||
)
|
||||
|
||||
cpugrp = parser.add_argument_group("CPU options")
|
||||
|
||||
@@ -6,7 +6,7 @@ RequestExecutionlevel admin
|
||||
|
||||
; HM NIS Edit Wizard helper defines
|
||||
!define PRODUCT_NAME "Ophis"
|
||||
!define PRODUCT_VERSION "2.2"
|
||||
!define PRODUCT_VERSION "2.3"
|
||||
!define PRODUCT_PUBLISHER "Michael Martin"
|
||||
!define PRODUCT_WEB_SITE "https://michaelcmartin.github.com/Ophis"
|
||||
!define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\ophis.exe"
|
||||
|
||||
Reference in New Issue
Block a user