Skip to content

Commit 832582b

Browse files
committed
Declared version 1.2.2
1 parent b58408f commit 832582b

4 files changed

Lines changed: 9 additions & 5 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# from the cmake build directory.
2323

2424
cmake_minimum_required(VERSION 3.10)
25-
project(eicsmear VERSION 1.2.1 LANGUAGES CXX )
25+
project(eicsmear VERSION 1.2.2 LANGUAGES CXX )
2626

2727
# cmake needs a bit of help to find modules
2828
set(
@@ -440,4 +440,3 @@ message( " !! After installation, you should also install detectors and tests fr
440440
# set(CMAKE_CXX_STANDARD 11)
441441
# endif()
442442
#ENDIF()
443-

ChangeLog

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
1+
commit b58408ff86402d735f9ed419c37375a551052576 (HEAD -> master, origin/master, origin/HEAD)
2+
Author: Kolja Kauder <kkauder@gmail.com>
3+
Date: Tue Jul 7 14:04:26 2026 -0400
4+
Declared version 1.2.2
5+
Improved stringstream failure handling
6+
17
commit 44b31cc840d627a400f97b58f85bee8265a8f676 (HEAD -> master)
28
Author: Kolja Kauder <kkauder@gmail.com>
39
Date: Mon Jul 6 15:27:54 2026 -0400
410
Declared version 1.2.1
511
Strip trailing whitespace in line read; support additional event variables in inclusive sartre processes
612

7-
813
commit 33f7a8aa0a492e24b00146ee1d2a2214f7275083 (HEAD -> master, origin/master, origin/HEAD)
914
Author: kkauder <kkauder@gmail.com>
1015
Date: Fri Dec 12 11:08:12 2025 -0500

Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = eic-smear
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = 1.2.1
41+
PROJECT_NUMBER = 1.2.2
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

include/eicsmear/functions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ namespace erhic {
2626
/**
2727
Simple namespace-wide constant to determine the version
2828
*/
29-
const std::string EicSmearVersionString = "1.2.1";
29+
const std::string EicSmearVersionString = "1.2.2";
3030

3131
}
3232

0 commit comments

Comments
 (0)