* update version

* v1.72.2
This commit is contained in:
Lars Hvam 2018-07-27 13:34:44 +02:00 committed by GitHub
parent e5c75da12c
commit d013f34893
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 1 deletions

View File

@ -8,6 +8,19 @@ Legend
+ : added
- : removed
2018-07-27 v1.72.2
------------------
* Additional unit tests
* Optimize STATUS performance
* FUGR fixes
* AVAS fixes
* SHA1 removed from persistence
* News, less database updates
* Refresh performance, only call BRANCH_LIST once
* Code inspector for offline repositories
* Store user and time for last deserialize
* CHAR fixes
2018-07-20 v1.72.1
------------------
* FUGR: handle different ABAP language versions

View File

@ -2,6 +2,6 @@ INTERFACE zif_abapgit_version
PUBLIC .
CONSTANTS gc_xml_version TYPE string VALUE 'v1.0.0' ##NO_TEXT.
CONSTANTS gc_abap_version TYPE string VALUE '1.72.1' ##NO_TEXT.
CONSTANTS gc_abap_version TYPE string VALUE '1.72.2' ##NO_TEXT.
ENDINTERFACE.