gta_version.h | gta_version.h | |||
---|---|---|---|---|
skipping to change at line 27 | skipping to change at line 27 | |||
* A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more | * A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more | |||
* details. | * details. | |||
* | * | |||
* You should have received a copy of the GNU Lesser General Public License | * You should have received a copy of the GNU Lesser General Public License | |||
* along with Libgta. If not, see <http://www.gnu.org/licenses/>. | * along with Libgta. If not, see <http://www.gnu.org/licenses/>. | |||
*/ | */ | |||
#ifndef GTA_VERSION_H | #ifndef GTA_VERSION_H | |||
#define GTA_VERSION_H | #define GTA_VERSION_H | |||
#define GTA_VERSION "1.0.4" | #define GTA_VERSION "1.0.5" | |||
#define GTA_VERSION_MAJOR 1 | #define GTA_VERSION_MAJOR 1 | |||
#define GTA_VERSION_MINOR 0 | #define GTA_VERSION_MINOR 0 | |||
#define GTA_VERSION_PATCH 4 | #define GTA_VERSION_PATCH 5 | |||
#define GTA_VERSION_NUMBER 0x010004 | #define GTA_VERSION_NUMBER 0x010005 | |||
#endif | #endif | |||
End of changes. 2 change blocks. | ||||
3 lines changed or deleted | 3 lines changed or added | |||