Commit fc3b1bb 1 parent a234f98 commit fc3b1bb Copy full SHA for fc3b1bb
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ dnl -*- Autoconf -*-
23
23
dnl Process this file with autoconf to produce a configure script.
24
24
25
25
AC_PREREQ ( 2.62 )
26
- AC_INIT ( [ par2cmdline-turbo] , [ 1.1.1 ] )
26
+ AC_INIT ( [ par2cmdline-turbo] , [ 1.2.0 ] )
27
27
AC_CONFIG_SRCDIR ( [ src/par2cmdline.cpp] )
28
28
29
29
AC_CANONICAL_HOST
Original file line number Diff line number Diff line change 76
76
<ItemDefinitionGroup Condition =" '$(Configuration)'=='Debug'" >
77
77
<ClCompile >
78
78
<Optimization >Disabled</Optimization >
79
- <PreprocessorDefinitions >WIN32;_DEBUG;_CONSOLE;PARPAR_ENABLE_HASHER_MD5CRC;PACKAGE="par2cmdline-turbo";VERSION="1.1.1 ";%(PreprocessorDefinitions)</PreprocessorDefinitions >
79
+ <PreprocessorDefinitions >WIN32;_DEBUG;_CONSOLE;PARPAR_ENABLE_HASHER_MD5CRC;PACKAGE="par2cmdline-turbo";VERSION="1.2.0 ";%(PreprocessorDefinitions)</PreprocessorDefinitions >
80
80
<MinimalRebuild >true</MinimalRebuild >
81
81
<BasicRuntimeChecks >EnableFastChecks</BasicRuntimeChecks >
82
82
<RuntimeLibrary >MultiThreadedDebug</RuntimeLibrary >
100
100
<InlineFunctionExpansion >AnySuitable</InlineFunctionExpansion >
101
101
<FavorSizeOrSpeed >Speed</FavorSizeOrSpeed >
102
102
<OmitFramePointers >true</OmitFramePointers >
103
- <PreprocessorDefinitions >WIN32;NDEBUG;_CONSOLE;PARPAR_ENABLE_HASHER_MD5CRC;PACKAGE="par2cmdline-turbo";VERSION="1.1.1 ";%(PreprocessorDefinitions)</PreprocessorDefinitions >
103
+ <PreprocessorDefinitions >WIN32;NDEBUG;_CONSOLE;PARPAR_ENABLE_HASHER_MD5CRC;PACKAGE="par2cmdline-turbo";VERSION="1.2.0 ";%(PreprocessorDefinitions)</PreprocessorDefinitions >
104
104
<StringPooling >true</StringPooling >
105
105
<RuntimeLibrary >MultiThreaded</RuntimeLibrary >
106
106
<FunctionLevelLinking >true</FunctionLevelLinking >
You can’t perform that action at this time.
0 commit comments