1
0
mirror of https://github.com/ThrowTheSwitch/Unity.git synced 2026-01-23 00:15:58 +01:00

Remove Unity version number.

Removed Unity version number from Meson build scripts so there is one less thing to change when doing updates to this script.
This commit is contained in:
Michael Brockus
2019-09-17 12:23:28 -07:00
committed by GitHub
parent 31ab99b860
commit f4251bf87d

View File

@@ -12,7 +12,6 @@
project('unity', 'c',
version : '2.4.3',
license : 'MIT',
meson_version : '>=0.50.0',
default_options: [
@@ -67,7 +66,4 @@ endif
subdir('src')
unity_dep = declare_dependency(
version: meson.project_version(),
link_with: unity_lib,
include_directories: unity_dir)
unity_dep = declare_dependency(link_with: unity_lib, include_directories: unity_dir)