source: rtems-docs/posix_users/conf.py @ cec0d2b

4.115
Last change on this file since cec0d2b was cec0d2b, checked in by Chris Johns <chrisj@…>, on 03/09/16 at 04:36:32

Update the POSIX user manual version number.

  • Property mode set to 100644
File size: 248 bytes
Line 
1import sys, os
2sys.path.append(os.path.abspath('../common/'))
3
4from conf import *
5
6version = '1.0'
7release = '4.11.0'
8
9latex_documents = [
10        ('index', 'posix_users.tex', u'RTEMS POSIX API User\'s Guide', u'RTEMS Documentation Project', 'manual'),
11]
Note: See TracBrowser for help on using the repository browser.