version update
Stefan Schuermans

Stefan Schuermans commited on 2017-05-20 13:03:48
Showing 2 changed files, with 4 additions and 4 deletions.

... ...
@@ -1,11 +1,11 @@
1 1
 # FlexiPix config file generator
2 2
 #
3
-# Copyright 2010 Stefan Schuermans <stefan schuermans info>
3
+# Copyright 2010-2017 Stefan Schuermans <stefan schuermans info>
4 4
 
5 5
 TARGET := flexipix_config_gen
6 6
 VER := 1
7
-VERMIN := 0
8
-VERREV := 1
7
+VERMIN := 1
8
+VERREV := 0
9 9
 
10 10
 SRCS := $(wildcard src/*.cpp)
11 11
 
... ...
@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * FlexiPix config file generator
3 3
  *
4
- * Copyright 2010 Stefan Schuermans <stefan schuermans info>
4
+ * Copyright 2010-2017 Stefan Schuermans <stefan schuermans info>
5 5
  *
6 6
  * This program is free software: you can redistribute it and/or modify
7 7
  * it under the terms of the GNU General Public License as published by
8 8