sdcc-build:
authorborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sun, 13 Jan 2008 11:14:43 +0000 (11:14 +0000)
committerborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sun, 13 Jan 2008 11:14:43 +0000 (11:14 +0000)
* lib/version.mk: fixed VER_XXX macros

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@4993 4a8a32a2-be11-0410-ad9d-d568d2c75423

ChangeLog

index 12700a1b7917dd5db0d84c97e9a5511f51852875..0cf9255a09edd74292a8e308c01a4b4f9d132cb3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,12 +1,12 @@
 2008-01-13 Borut Razem <borut.razem AT siol.net>
 
        * support/scripts/sdcc.nsi: added Uninstall/reinstall page, ...
-       *src/SDCCicode.c: fixed bug #1870216 - Error 122: dividing by zero
+       * src/SDCCicode.c: fixed bug #1870216 - Error 122: dividing by zero
 
 2007-12-30 Borut Razem <borut.razem AT siol.net>
 
        * src/pic16/gen.c: fixed implementation of bitwise operations for
-         pic16targer
+         pic16 target
        * support/regression/tests/bitwise.c: added test cases
 
 2007-12-29 Borut Razem <borut.razem AT siol.net>