Release v3.0.0!

This commit is contained in:
Xavier Mendez 2014-11-04 19:18:32 +01:00
parent 9fbd90c51b
commit 3afc3ec505
2 changed files with 4 additions and 4 deletions

View file

@ -22,10 +22,10 @@ all: libhoedown.so hoedown smartypants
# Libraries
libhoedown.so: libhoedown.so.1
libhoedown.so: libhoedown.so.3
ln -f -s $^ $@
libhoedown.so.1: $(HOEDOWN_SRC)
libhoedown.so.3: $(HOEDOWN_SRC)
$(CC) -shared $^ $(LDFLAGS) -o $@
libhoedown.a: $(HOEDOWN_SRC)

View file

@ -12,8 +12,8 @@ extern "C" {
* CONSTANTS *
*************/
#define HOEDOWN_VERSION "2.0.0"
#define HOEDOWN_VERSION_MAJOR 2
#define HOEDOWN_VERSION "3.0.0"
#define HOEDOWN_VERSION_MAJOR 3
#define HOEDOWN_VERSION_MINOR 0
#define HOEDOWN_VERSION_REVISION 0