summaryrefslogtreecommitdiff
path: root/libs/hunspell/docs/HACKING
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2017-12-03 15:00:42 +0300
committerKirill Volinsky <mataes2007@gmail.com>2017-12-03 15:01:25 +0300
commit97e2d186da4024c7ac62f7549f3243bd15204118 (patch)
treea0fdb451333c952b3eb773094380d88d3464ac30 /libs/hunspell/docs/HACKING
parentd1f75ef5d26e7071fd1f6071e6c9a306fd19c33d (diff)
Hunspell: lib updated to 1.6.2
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