1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
+
+
+
+
-
-
-
-
+
+
+
+
+
+
+
+
+
|
These files need to be changed when bumping revisions:
Makefile (VERSION and DOTVERSION)
eskil.vfs/tclkit.inf (fileversion/productversion)
Also, mark it in:
Changes
------------
File Release
Make sure revision is bumped and everything is committed.
File release affect these too:
htdocs/changes.wiki
htdocs/download.html
make release
make tofossil
Update htdocs/download.html with info from above.
Update htdocs/changes.wiki
Update Changes
Commit, and do 'fossil unversioned sync'
---------------
New Source File
These changes are needed when adding a new source files:
Add source to e.g. src/apa.tcl (plus add to fossil)
In src/startup.tcl, update InitReSource
In Makefile, update SRCFILES
Do make -B newsrc
|