Skip to content
This repository has been archived by the owner on Oct 30, 2020. It is now read-only.

Commit

Permalink
Version 1.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Artefact2 committed Aug 25, 2015
1 parent b9b81ce commit 37f7cee
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Version 1.2.0, released 2015-08-25
==================================

* Added dogma_add_area_beacon(), dogma_remove_area_beacon() and
dogma_get_area_beacon_attribute().

Version 1.1.1, released 2013-11-10
==================================

Expand Down
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ libdogma_la_SOURCES=src/core/dogma.c include/dogma.h \
src/libdogma.sym src/operands.h src/tables-data.h test/test.h \
tools/bootstrap_from_json

libdogma_la_LDFLAGS=-export-symbols src/libdogma.sym -version-info 1:0:1
libdogma_la_LDFLAGS=-export-symbols src/libdogma.sym -version-info 2:0:2
include_HEADERS=include/dogma.h include/dogma-names.h \
include/dogma-extra.h

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.69])
AC_INIT([libdogma], [1.1.1])
AC_INIT([libdogma], [1.2.0])
AM_INIT_AUTOMAKE([no-dist-gzip dist-xz no-define foreign silent-rules subdir-objects color-tests])
AM_SILENT_RULES([yes])
LT_INIT
Expand Down

0 comments on commit 37f7cee

Please sign in to comment.