[
https://issues.apache.org/jira/browse/TS-238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12844258#action_12844258
]
Leif Hedstrom commented on TS-238:
----------------------------------
Proposed change (trivial):
Index: proxy/api/include/remap.h
===================================================================
--- proxy/api/include/remap.h (revision 921965)
+++ proxy/api/include/remap.h (working copy)
@@ -32,7 +32,7 @@ extern "C"
{
#endif /* __cplusplus */
-#define TSREMAP_VMAJOR 1 /* major version number */
+#define TSREMAP_VMAJOR 2 /* major version number */
#define TSREMAP_VMINOR 0 /* minor version number */
#define TSREMAP_VERSION ((TSREMAP_VMAJOR << 16)|TSREMAP_VMINOR)
I'm comtting this to trunk, but would also like to get this backported to 2.0.x
branch.
> Bump remap major version
> ------------------------
>
> Key: TS-238
> URL: https://issues.apache.org/jira/browse/TS-238
> Project: Traffic Server
> Issue Type: Improvement
> Reporter: Leif Hedstrom
> Priority: Minor
> Fix For: 2.0.0
>
>
> Steve Jiang pointed out to me that since we broke ABI compatibility with the
> remap changes for 2.0.0, we should bump the version number. I suggest we bump
> it to "2.0".
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.