mirror of
https://git.rtems.org/rtems-docs/
synced 2025-05-14 06:39:59 +08:00
9 lines
116 B
Python
9 lines
116 B
Python
import sys, os
|
|
sys.path.append(os.path.abspath('../common/'))
|
|
|
|
from conf import *
|
|
|
|
version = '1.0'
|
|
release = '5.0'
|
|
|