1
0
mirror of https://github.com/DigitalDevices/dddvb.git synced 2023-10-10 13:37:43 +02:00

Use ddbridge version macro for octonet version

This commit is contained in:
Ralph Metzler 2017-07-24 01:05:31 +02:00
parent 6814a8fa23
commit fd21584ecc

View File

@ -258,4 +258,4 @@ module_exit(exit_octonet);
MODULE_DESCRIPTION("GPL"); MODULE_DESCRIPTION("GPL");
MODULE_AUTHOR("Marcus and Ralph Metzler, Metzler Brothers Systementwicklung GbR"); MODULE_AUTHOR("Marcus and Ralph Metzler, Metzler Brothers Systementwicklung GbR");
MODULE_LICENSE("GPL"); MODULE_LICENSE("GPL");
MODULE_VERSION("0.6"); MODULE_VERSION(DDBRIDGE_VERSION);