mike-jumper commented on issue #243: GUACAMOLE-249: Migrate to FreeRDP 2.x
URL: https://github.com/apache/guacamole-server/pull/243#issuecomment-573913375
 
 
   > Lovely...so we're tied to a current RC of FreeRDP 2. That feels safe.
   
   Well, 2.0.0-rc4 and master, but yeah - I know what you mean.
   
   I'm not necessarily against trying to be compatible with rc0 through rc3, 
but I'm not sure how we would distinguish them. It doesn't seem possible to 
write configure tests because of pkg-config, and the version numbers are 
identical, even within FreeRDP's version.h.
   
   ### 2.0.0-rc0
   
   ```c
   #define FREERDP_VERSION_MAJOR 2
   #define FREERDP_VERSION_MINOR 0
   #define FREERDP_VERSION_REVISION 0
   #define FREERDP_VERSION_SUFFIX "dev5"
   #define FREERDP_API_VERSION "2"
   #define FREERDP_VERSION "2.0.0"
   #define FREERDP_VERSION_FULL "2.0.0-dev5"
   #define GIT_REVISION "326a44895"
   ```
   
   ### 2.0.0-rc4
   
   ```c
   #define FREERDP_VERSION_MAJOR 2
   #define FREERDP_VERSION_MINOR 0
   #define FREERDP_VERSION_REVISION 0
   #define FREERDP_VERSION_SUFFIX "dev5"
   #define FREERDP_API_VERSION "2"
   #define FREERDP_VERSION "2.0.0"
   #define FREERDP_VERSION_FULL "2.0.0-dev5"
   #define GIT_REVISION "326a44895"
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to