Index: src/InitTweak/FixGlobalInit.cc
===================================================================
--- src/InitTweak/FixGlobalInit.cc	(revision f3b0a07aaf0466e2dd02c4a242002b90d321b115)
+++ src/InitTweak/FixGlobalInit.cc	(revision eb2e723e2366bc9652cf9888645a9249f5fd129a)
@@ -84,6 +84,6 @@
 			// for library code are run before constructors and destructors for user code,
 			// specify a priority when building the library. Priorities 0-100 are reserved by gcc.
-			ctorParameters.push_back( new ConstantExpr( Constant::from_int( 101 ) ) );
-			dtorParameters.push_back( new ConstantExpr( Constant::from_int( 101 ) ) );
+			ctorParameters.push_back( new ConstantExpr( Constant::from_int( 102 ) ) );
+			dtorParameters.push_back( new ConstantExpr( Constant::from_int( 102 ) ) );
 		}
 		initFunction = new FunctionDecl( "_init_" + fixedName, DeclarationNode::Static, LinkageSpec::C, new FunctionType( Type::Qualifiers(), false ), new CompoundStmt( noLabels ), false, false );
