Skip to content

Commit 9e01000

Browse files
committed
Update subtype definition and version number Modified the `Define_subType_ia5string` template in `spec_a.stg` to include a new subtype definition for `<td.alpha>`, allowing it to be defined as a subtype of `<prTd.alpha>` with an optional parent type package prefix. Updated the version string in `Program.fs` from "4.6.0.12" to "4.6.0.14" to reflect a new software release.
1 parent c6cc226 commit 9e01000

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

StgAda/spec_a.stg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ subtype <td.alpha> is String(<td.alpha_index>);
210210

211211

212212
Define_subType_ia5string(td/*:FE_StringTypeDefinition*/, prTd/*:FE_StringTypeDefinition*/, soParentTypePackage) ::= <<
213-
subtype <td.typeName> is <if(soParentTypePackage)><soParentTypePackage>.<endif><prTd.typeName>
213+
subtype <td.typeName> is <if(soParentTypePackage)><soParentTypePackage>.<endif><prTd.typeName>;
214214
subtype <td.encoding_range> is <if(soParentTypePackage)><soParentTypePackage>.<endif><prTd.encoding_range>;
215215
subtype <td.index> is <if(soParentTypePackage)><soParentTypePackage>.<endif><prTd.index>;
216216
<if(arrnAlphaChars)>

asn1scc/Program.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ let printVersion () =
124124
//let fvi = System.Diagnostics.FileVersionInfo.GetVersionInfo(assembly.Location);
125125
//let version = fvi.FileVersion;
126126

127-
let version = "4.6.0.12"
127+
let version = "4.6.0.14"
128128
printfn "asn1scc version %s\n" version
129129
()
130130

0 commit comments

Comments
 (0)