Browse Source

提升版本号到2.3.2

tags/v2.9.7
tearshark 4 years ago
parent
commit
30aaddfed3
2 changed files with 4 additions and 1 deletions
  1. 3
    0
      benchmark/benchmark_async_mem.cpp
  2. 1
    1
      librf/src/def.h

+ 3
- 0
benchmark/benchmark_async_mem.cpp View File

@@ -33,3 +33,6 @@ void resumable_main_benchmark_mem()
std::cout << "press any key to continue." << std::endl;
(void)_getch();
}
//clang : 平均 210字节
//msvc : 平均600字节

+ 1
- 1
librf/src/def.h View File

@@ -1,6 +1,6 @@
#pragma once
#define LIB_RESUMEF_VERSION 20301 // 2.3.1
#define LIB_RESUMEF_VERSION 20302 // 2.3.2
#if defined(RESUMEF_MODULE_EXPORT)
#define RESUMEF_NS export namespace resumef

Loading…
Cancel
Save