diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ include $(OSCONFIGFILE) # The version of the library. LIB_MAJOR = 1 -LIB_MINOR = 2 +LIB_MINOR = 3 LIB_VERSION = $(LIB_MAJOR).$(LIB_MINOR) |