mirror of
https://github.com/tjboldt/Apple2-IO-RPi.git
synced 2024-11-25 06:31:22 +00:00
2837dd3448
Closes #181 Use the Open-Apple key to send meta key (alt)
12 lines
332 B
Go
12 lines
332 B
Go
// Copyright Terence J. Boldt (c)2020-2024
|
|
// Use of this source code is governed by an MIT
|
|
// license that can be found in the LICENSE file.
|
|
|
|
// This file is used for storing the version number
|
|
|
|
package info
|
|
|
|
// Version is the hexadecimal version number that
|
|
// should be incremented with each driver update
|
|
const Version = "0030"
|