Update version markers to 2.3

This commit is contained in:
Michael Martin
2026-03-22 19:59:50 -07:00
parent 49fd3e1e6b
commit 8873359a09
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -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 -1
View File
@@ -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
View File
@@ -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" },
]
+1 -1
View File
@@ -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")
+1 -1
View File
@@ -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"