summaryrefslogtreecommitdiff
path: root/libs/hunspell/docs/HACKING
diff options
context:
space:
mode:
Diffstat (limited to 'libs/hunspell/docs/HACKING')
-rw-r--r--libs/hunspell/docs/HACKING10
1 files changed, 10 insertions, 0 deletions
diff --git a/libs/hunspell/docs/HACKING b/libs/hunspell/docs/HACKING
new file mode 100644
index 0000000000..e65da70e10
--- /dev/null
+++ b/libs/hunspell/docs/HACKING
@@ -0,0 +1,10 @@
+To bump a release
+
+1. edit...
+ a) ./configure.ac
+ b) ./msvc/Hunspell.rc
+ c) ./msvc/config.h
+and convert release string X.Y.Z/X,Y,Z to the next version
+
+2. autoconf && ./configure && make
+and the various strings will get updated by the build tooling