(file) Return to release-procedures.txt CVS log (file) (dir) Up to [OMI] / omi / doc

 1 krisbash 1.1 
 2              To release a new version:
 3              
 4                  (*) Edit ./VERSION and change version to new version. For example:
 5              
 6                          1.0.3
 7              
 8                  (*) First, be sure the regression tests run:
 9              
10                  $ ./regress
11              
12                      If they pass, the last thing you will see is this:
13              
14                          ##===================##
15                          ##                   ##
16                          ## ALL TESTS PASSED! ##
17                          ##                   ##
18                          ##===================##
19              
20                  (*) Generate the distribution package:
21              
22 krisbash 1.1             $ ./configure
23                          $ make dist
24                          Created omi-1.0.3.tar.gz
25              
26                  (*) Test the distribution (copies the distribution to a temporary 
27                      directory, unpacks it, builds it, and runs the regression tests).
28              
29                          $ make testdist
30                          .
31                          .
32                          .
33                          ##===================##
34                          ##                   ##
35                          ## ALL TESTS PASSED! ##
36                          ##                   ##
37                          ##===================##
38              

ViewCVS 0.9.2