~ubuntu-branches/debian/stretch/eventstat/stretch

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Package Import Robot
  • Author(s): Colin King
  • Date: 2015-09-17 16:14:17 UTC
  • mfrom: (1.1.17)
  • Revision ID: package-import@ubuntu.com-20150917161417-m7p3ziiotwziu898
Tags: 0.02.02-1
* fix segfault when removing stale timer stats (LP: #1496900)
* Makefile: bump version
* Debian: update compat to 9
* Debian: control, update debhelper dependency on version 9
* remove duplicate initialisation to ts from timer_stats hash
* Don't initialise duration, it is set later on

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
17
17
#
18
18
 
19
 
VERSION=0.02.01
 
19
VERSION=0.02.02
20
20
 
21
21
CFLAGS += -Wall -Wextra -DVERSION='"$(VERSION)"' -O2
22
22