Skip to content

Commit

Permalink
Merge pull request #178 from mdaus/update_version
Browse files Browse the repository at this point in the history
Update version
  • Loading branch information
JonathanMeans authored Mar 12, 2020
2 parents d2bf2fc + 07ad946 commit 5ed5330
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 34 deletions.
2 changes: 1 addition & 1 deletion modules/c/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set(NITRO_VERSION "2.8")
set(NITRO_VERSION "2.9")

add_subdirectory(nrt)
add_subdirectory(nitf)
Expand Down
30 changes: 0 additions & 30 deletions modules/python/nitf/setup.py

This file was deleted.

4 changes: 2 additions & 2 deletions modules/python/nitf/source/generated/nitropy_wrap.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -34696,8 +34696,8 @@ SWIG_init(void) {
SWIG_Python_SetConstant(d, "NITF_TRE_HASH_SIZE",SWIG_From_int(static_cast< int >(8)));
SWIG_Python_SetConstant(d, "HAVE_CLOCK_GETTIME",SWIG_From_int(static_cast< int >(1)));
SWIG_Python_SetConstant(d, "HAVE_SYS_TIME_H",SWIG_From_int(static_cast< int >(1)));
SWIG_Python_SetConstant(d, "NRT_LIB_VERSION",SWIG_FromCharPtr("2.8"));
SWIG_Python_SetConstant(d, "NITF_LIB_VERSION",SWIG_FromCharPtr("2.8"));
SWIG_Python_SetConstant(d, "NRT_LIB_VERSION",SWIG_FromCharPtr("2.9"));
SWIG_Python_SetConstant(d, "NITF_LIB_VERSION",SWIG_FromCharPtr("2.9"));
SWIG_Python_SetConstant(d, "NITF_COMPRESSION_HASH_SIZE",SWIG_From_int(static_cast< int >(2)));
SWIG_Python_SetConstant(d, "NITF_DECOMPRESSION_HASH_SIZE",SWIG_From_int(static_cast< int >(2)));
SWIG_Python_SetConstant(d, "NITF_PLUGIN_PATH",SWIG_FromCharPtr("NITF_PLUGIN_PATH"));
Expand Down
2 changes: 1 addition & 1 deletion modules/wscript
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import os

VERSION = '2.8'
VERSION = '2.9'

def options(opt):
opt.recurse()
Expand Down

0 comments on commit 5ed5330

Please sign in to comment.