Ticket #19417: 19417.patch

File 19417.patch, 645 bytes (added by taylor.smock, 4 years ago)

Bump minimum JOSM version to 16545

  • build.xml

     
    33    <!-- enter the SVN commit message -->
    44    <property name="commit.message" value="Commit message"/>
    55    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    6     <property name="plugin.main.version" value="15115"/>
    7    
     6    <property name="plugin.main.version" value="16545"/>
     7
    88    <!-- Configure these properties (replace "..." accordingly).
    99         See https://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
    1010    -->