Skip to content

Commit

Permalink
comment typos
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengj committed Mar 8, 2015
1 parent a4d707b commit 50381b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ INSTALL=install
cflags = -O2 -std=c99 -pedantic -Wall -fpic -DUTF8PROC_EXPORTS $(CFLAGS)
cc = $(CC) $(cflags)

# shared-library version MAJOR.MINOR.RELEASE ... this may be *different*
# shared-library version MAJOR.MINOR.PATCH ... this may be *different*
# from the utf8proc version number because it indicates ABI compatibility,
# not API compatibility: MAJOR should be incremented whenever *binary*
# compatibility is broken, even if the API is backward-compatibile
# compatibility is broken, even if the API is backward-compatible
MAJOR=1
MINOR=2
PATCH=0
Expand Down

0 comments on commit 50381b9

Please sign in to comment.