diff --git a/README.md b/README.md index 170910c..b5549a3 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,8 @@ v1.5.0 - 21 February 2016 - The code is tested for representative verbs and susp v1.6.0 - 21 February 2016 - The code now has three commentaries mAdhavIyadhAtuvRtti, kSIrataraGgiNI and dhAtupradIpa for offline viewing. +v1.6.1 - 12 March 2016 - The code is tested for representative verbs from Siddhantakumudi (round 2) and suspect verb forms are corrected. + # For understanding the code Read [this](https://github.com/drdhaval2785/SanskritVerb/Documentations/blob/master/understandcode.md) diff --git a/panini.php b/panini.php index 729a203..bae0d09 100644 --- a/panini.php +++ b/panini.php @@ -2,7 +2,7 @@ /* This code is developed by Dr. Dhaval Patel (drdhaval2785@gmail.com) of www.sanskritworld.in and Ms. Sivakumari Katuri. * Layout assistance by Mr Marcis Gasuns. * Available under GNU licence. - * Version 1.6.0 date 21 February 2016 + * Version 1.6.1 date 12 March 2016 * The latest source code is available at https://github.com/drdhaval2785/SanskritVerb . * Acknowledgements: The base book for coding has been Astadhyayi sahajabodha of Dr. Pushpa Dikshit, published by Pratibha Prakashan, Delhi. * I extend my heartfelt thanks to Ananda Loponen for the code to convert devanagari and various sanskrit transliterations. That can be accessed at http://www.ingmardeboer.nl/php/diCrunch.php?act=help. diff --git a/scripts/function.php b/scripts/function.php index 6b74d6a..11db76a 100644 --- a/scripts/function.php +++ b/scripts/function.php @@ -2,7 +2,7 @@ /* This code is developed by Dr. Dhaval Patel (drdhaval2785@gmail.com) of www.sanskritworld.in and Ms. Sivakumari Katuri. * Layout assistance by Mr Marcis Gasuns. * Available under GNU licence. - * Version 1.6.0 date 21 February 2016 + * Version 1.6.1 date 12 March 2016 * The latest source code is available at https://github.com/drdhaval2785/SanskritVerb * For setup, copy and paste tiGanta.html, tiGanta.php, and scripts folder to your localhost and server and run tiGanta.html. * tiGanta.html is the frontend for the code.