]> git.donarmstrong.com Git - lilypond.git/commitdiff
Doc: CG: discuss scripts/.../update-patch-version
authorGraham Percival <graham@percival-music.ca>
Wed, 25 Aug 2010 14:57:32 +0000 (15:57 +0100)
committerGraham Percival <graham@percival-music.ca>
Wed, 25 Aug 2010 14:57:32 +0000 (15:57 +0100)
Documentation/contributor/programming-work.itexi

index ef917b5afcd41ec39e22f77f8ef51ae916f535ca..f22b6b1c43994b6cbccfe49b5b36b86e9c51f689 100644 (file)
@@ -1177,6 +1177,19 @@ of the file.  In some cases, this will not be possible, so the
 rule will simply point out to the user that the feature needs
 manual correction.
 
+@subsubheading Updating version numbers
+
+If a development release occurs between you writing your patch and
+having it approved+pushed, you will need to update the version
+numbers in your tree.  This can be done with:
+
+@example
+scripts/auxiliar/update-patch-version old.version.number new.version.number
+@end example
+
+It will change all files in git, so use with caution and examine
+the resulting diff.
+
 
 @node Automatically update auxiliary information
 @subsection Automatically update auxiliary information