diff options
| author | Xavier ASUS <xavi92psx@gmail.com> | 2019-10-21 03:05:54 +0200 |
|---|---|---|
| committer | Xavier ASUS <xavi92psx@gmail.com> | 2019-10-21 03:05:54 +0200 |
| commit | de2840528859860ca242f7bde0cbd90d51984cf2 (patch) | |
| tree | 27b5b5bebf573c275ba413e96829e92c985c11ef /device/include | |
| parent | 41e45c2e8d8083be3157f2d7e884adf454332358 (diff) | |
| download | sdcc-gas-de2840528859860ca242f7bde0cbd90d51984cf2.tar.gz | |
Updated Makefiles
Diffstat (limited to 'device/include')
| -rw-r--r-- | device/include/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/device/include/Makefile b/device/include/Makefile index d851bb5..7b28326 100644 --- a/device/include/Makefile +++ b/device/include/Makefile @@ -2,10 +2,10 @@ # # -VERSION = 3.9.3 -VERSIONHI = 3 -VERSIONLO = 9 -VERSIONP = 3 +VERSION = 0.0.0 +VERSIONHI = 0 +VERSIONLO = 0 +VERSIONP = 0 SHELL = /bin/sh CPP = gcc -E |
