Skip to content

Commit 9c76507

Browse files
committed
- doc fix
1 parent 6b376ea commit 9c76507

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = 'Interactive Computer Graphics'
2323

2424
# The full version, including alpha/beta/rc tags
25-
f = open("../version", "r")
25+
f = open("../version.txt", "r")
2626
release = f.readline()
2727
f.close()
2828
os.environ["PBD_VERSION"] = release

0 commit comments

Comments
 (0)