Skip to content

Commit 71fcc86

Browse files
committed
Bump version number and copyright
1 parent 62e2426 commit 71fcc86

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# Makefile
33
#
4-
# Copyright (C) 2014 Francesco Abbate
4+
# Copyright (C) 2014-2024 Francesco Abbate
55
#
66
# This program is free software; you can redistribute it and/or modify
77
# it under the terms of the GNU General Public License as published by
@@ -20,7 +20,7 @@
2020

2121
include src/makeconfig
2222

23-
VERSION = 1.0
23+
VERSION = 1.1
2424

2525
PREFIX = /usr
2626
DEST_DIR =

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
project('graph-toolkit', ['c', 'cpp'], version : '1.0', default_options : ['c_std=gnu11', 'cpp_std=c++14'])
1+
project('graph-toolkit', ['c', 'cpp'], version : '1.1', default_options : ['c_std=gnu11', 'cpp_std=c++14'])
22

33
cc = meson.get_compiler('c')
44

src/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# Makefile
33
#
4-
# Copyright (C) 2014 Francesco Abbate
4+
# Copyright (C) 2014-2024 Francesco Abbate
55
#
66
# This program is free software; you can redistribute it and/or modify
77
# it under the terms of the GNU General Public License as published by

0 commit comments

Comments
 (0)