mirror of
https://github.com/tsolomko/SWCompression.git
synced 2026-06-23 14:56:41 +00:00
11 lines
303 B
C
11 lines
303 B
C
// Copyright (c) 2017 Timofey Solomko
|
|
// Licensed under MIT License
|
|
//
|
|
// See LICENSE for license information
|
|
|
|
//! Project version number for SWCompression.
|
|
extern double SWCompressionVersionNumber;
|
|
|
|
//! Project version string for SWCompression.
|
|
extern const unsigned char SWCompressionVersionString[];
|