Final touches for 1.1 release
[libftdi] / doc / release-checklist.txt
index 3cd64dd..55c8902 100644 (file)
@@ -3,13 +3,8 @@
 
 - Update version number in the following files:
   - CMakeLists.txt
-  - configure.in
   - README
 
-- Increase .so library version:
-  - src/Makefile.am
-  - ftdipp/Makefile.am
-
 - Run "make dist"
 
 - Diff tarball to previous version, check if all
@@ -21,7 +16,7 @@
 
 - Create git tag:
   - git tag -s -u 24F006F5 v0.XX
-  - git tag -d latest-release ; git tag latest-release
+  - git tag -d latest_release ; git tag latest_release
   - git push --tags
 
 - Website