diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-11-09 06:55:40 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-11-09 06:55:40 +0100 |
commit | 71376a8631a4262793351e3431b3bc2df93b15dd (patch) | |
tree | a7b7313268ffc0e98a0f51e15fb2477b00194458 /src/threads | |
parent | 524a49de17c1c432b0ad6b16f11e64586bf10e7c (diff) | |
parent | 7152401783578b56343f578b4ec920998660de33 (diff) |
Merge tag 'upstream/0.25.0.1'
Upstream version 0.25.0.1
Diffstat (limited to 'src/threads')
-rw-r--r-- | src/threads/BackgroundJob.c | 2 | ||||
-rw-r--r-- | src/threads/Semaphore.c | 2 | ||||
-rw-r--r-- | src/threads/Threads.c | 2 | ||||
-rw-r--r-- | src/threads/Workers.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/src/threads/BackgroundJob.c b/src/threads/BackgroundJob.c index f497e25..02c8db6 100644 --- a/src/threads/BackgroundJob.c +++ b/src/threads/BackgroundJob.c @@ -1,4 +1,4 @@ -/* BackgroundJob.c generated by valac 0.34.1, the Vala compiler +/* BackgroundJob.c generated by valac 0.34.2, the Vala compiler * generated from BackgroundJob.vala, do not modify */ /* Copyright 2016 Software Freedom Conservancy Inc. diff --git a/src/threads/Semaphore.c b/src/threads/Semaphore.c index 09c49b8..d22656b 100644 --- a/src/threads/Semaphore.c +++ b/src/threads/Semaphore.c @@ -1,4 +1,4 @@ -/* Semaphore.c generated by valac 0.34.1, the Vala compiler +/* Semaphore.c generated by valac 0.34.2, the Vala compiler * generated from Semaphore.vala, do not modify */ /* Copyright 2016 Software Freedom Conservancy Inc. diff --git a/src/threads/Threads.c b/src/threads/Threads.c index 6a4a697..3c5eaea 100644 --- a/src/threads/Threads.c +++ b/src/threads/Threads.c @@ -1,4 +1,4 @@ -/* Threads.c generated by valac 0.34.1, the Vala compiler +/* Threads.c generated by valac 0.34.2, the Vala compiler * generated from Threads.vala, do not modify */ /* Copyright 2016 Software Freedom Conservancy Inc. diff --git a/src/threads/Workers.c b/src/threads/Workers.c index da62724..35b0d27 100644 --- a/src/threads/Workers.c +++ b/src/threads/Workers.c @@ -1,4 +1,4 @@ -/* Workers.c generated by valac 0.34.1, the Vala compiler +/* Workers.c generated by valac 0.34.2, the Vala compiler * generated from Workers.vala, do not modify */ /* Copyright 2016 Software Freedom Conservancy Inc. |