Skip to content

Commit

Permalink
Changed version for each files
Browse files Browse the repository at this point in the history
  • Loading branch information
malikalhack committed Nov 13, 2023
1 parent f28daf7 commit 153cb5c
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Common/inc/common.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @file common.h
* @version 1.1.0
* @version 1.1.1
* @authors Anton Chernov
* @date 02/11/2022
* @date 06/11/2022
Expand Down
4 changes: 2 additions & 2 deletions Common/inc/coordinate.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/**
* @file coordinate.h
* @version 1.1.0
* @version 1.1.1
* @authors Anton Chernov
* @date 27/10/2022
* @date 02/11/2022
* @date 13/11/2023
*/

#ifndef COORDINATE_H
Expand Down
2 changes: 1 addition & 1 deletion Common/inc/test.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @file test.h
* @version 1.1.0
* @version 1.1.1
* @authors Anton Chernov
* @date 30/10/2022
* @date 06/11/2022
Expand Down
2 changes: 1 addition & 1 deletion Common/src/common.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @file common.c
* @version 1.1.0
* @version 1.1.1
* @authors Anton Chernov
* @date 02/11/2022
* @date 06/11/2022
Expand Down
2 changes: 1 addition & 1 deletion Common/src/coordinate.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @file coordinate.c
* @version 1.1.0
* @version 1.1.1
* @authors Anton Chernov
* @date 27/10/2022
* @date 02/11/2022
Expand Down
2 changes: 1 addition & 1 deletion Common/src/test.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @file test.c
* @version 1.1.0
* @version 1.1.1
* @authors Anton Chernov
* @date 30/10/2022
* @date 06/11/2022
Expand Down
2 changes: 1 addition & 1 deletion Encapsulation/src/main.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @file main.c
* @version 1.1.0
* @version 1.1.1
* @authors Anton Chernov
* @date 27/10/2022
* @date 06/11/2022
Expand Down
2 changes: 1 addition & 1 deletion Inheritance/inc/rectangle.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @file rectangle.h
* @version 1.1.0
* @version 1.1.1
* @authors Anton Chernov
* @date 29/10/2022
* @date 02/11/2022
Expand Down
2 changes: 1 addition & 1 deletion Inheritance/src/main.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @file main.c
* @version 1.1.0
* @version 1.1.1
* @authors Anton Chernov
* @date 29/10/2022
* @date 06/11/2022
Expand Down
2 changes: 1 addition & 1 deletion Inheritance/src/rectangle.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @file rectangle.c
* @version 1.1.0
* @version 1.1.1
* @authors Anton Chernov
* @date 29/10/2022
* @date 06/11/2022
Expand Down
2 changes: 1 addition & 1 deletion Polymorphism/inc/circle.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @file circle.h
* @version 1.1.0
* @version 1.1.1
* @authors Anton Chernov
* @date 01/11/2022
* @date 02/11/2022
Expand Down
2 changes: 1 addition & 1 deletion Polymorphism/src/circle.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @file circle.c
* @version 1.1.0
* @version 1.1.1
* @authors Anton Chernov
* @date 01/11/2022
* @date 06/11/2022
Expand Down
2 changes: 1 addition & 1 deletion Polymorphism/src/main.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @file main.c
* @version 1.1.0
* @version 1.1.1
* @authors Anton Chernov
* @date 01/11/2022
* @date 06/11/2022
Expand Down

0 comments on commit 153cb5c

Please sign in to comment.