Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
maxime-esa committed Sep 17, 2023
1 parent ba0f1be commit adb9e47
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Log

## 4.5.0.11 - Maintenance release
- Fix the -ig output for C code (generate #define instead of "const" in C).

## 4.5.0.2 - Maintenance release
- Bugfix on the command line with parameter ordering
- Bugfix: missing include in Ada generated code
Expand Down
2 changes: 1 addition & 1 deletion asn1scc/Program.fs
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ let printVersion () =
//let fvi = System.Diagnostics.FileVersionInfo.GetVersionInfo(assembly.Location);
//let version = fvi.FileVersion;

let version = "4.5.0.10"
let version = "4.5.0.11"
printfn "asn1scc version %s\n" version
()

Expand Down

0 comments on commit adb9e47

Please sign in to comment.