Skip to content

Commit 57e24dd

Browse files
committed
Roll back version (for master branch) to 1.2.8
1 parent 0edd403 commit 57e24dd

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

dynadjust/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required (VERSION 3.15)
22

33
project (dynadjust)
44

5-
set (DYNADJUST_VERSION "1.2.9")
5+
set (DYNADJUST_VERSION "1.2.8")
66

77
if (BUILD_TESTING)
88
enable_testing()

dynadjust/dynadjust.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
2525
//
2626

2727
VS_VERSION_INFO VERSIONINFO
28-
FILEVERSION 1,2,9,0
29-
PRODUCTVERSION 1,2,9,0
28+
FILEVERSION 1,2,8,0
29+
PRODUCTVERSION 1,2,8,0
3030
FILEFLAGSMASK 0x3fL
3131
#ifdef _DEBUG
3232
FILEFLAGS 0x1L
@@ -42,12 +42,12 @@ BEGIN
4242
BLOCK "040904b0"
4343
BEGIN
4444
VALUE "FileDescription", "DynAdjust is a rigorous, high performance least squares adjustment application."
45-
VALUE "FileVersion", "1.2.9.0"
45+
VALUE "FileVersion", "1.2.8.0"
4646
VALUE "InternalName", "DynAdjust"
4747
VALUE "LegalCopyright", "Copyright 2025 Geoscience Australia"
4848
VALUE "OriginalFilename", "DynAdjust"
4949
VALUE "ProductName", "DynAdjust"
50-
VALUE "ProductVersion", "1.2.9.0"
50+
VALUE "ProductVersion", "1.2.8.0"
5151
END
5252
END
5353
BLOCK "VarFileInfo"

dynadjust/include/config/dnaversion.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,8 +191,8 @@ const char* const __plot_dll_name__ = "libdnaplot.so";
191191
// 2.2.0.a1 02020001 Alpha release
192192
// 2.2.0.b2 02020002 Beta release
193193
// 2.2.0.rc2 02020003 Release candidate 1 (unless bug notification is received, this is taken to be the final release)
194-
#define __BINARY_VERSION__ "1.2.9"
195-
#define __SHORT_VERSION__ "10209" // used to record DynAdjust version in binary file header
194+
#define __BINARY_VERSION__ "1.2.8"
195+
#define __SHORT_VERSION__ "10208" // used to record DynAdjust version in binary file header
196196

197197
// define executable name
198198
#define __GLOBAL_BINARY_NAME__ __dynadjust_app_name__

resources/make_dynadjust_gcc.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,10 @@ done
9999
# opt installation folder
100100
OPT_DYNADJUST_PATH=/opt/dynadjust
101101
OPT_DYNADJUST_GCC_PATH=/opt/dynadjust/gcc
102-
DYNADJUST_INSTALL_PATH=/opt/dynadjust/gcc/1_2_9
102+
DYNADJUST_INSTALL_PATH=/opt/dynadjust/gcc/1_2_8
103103

104104
# version info
105-
_version="1.2.9"
105+
_version="1.2.8"
106106

107107
echo -e "\n==========================================================================="
108108
echo -e "DynAdjust $_version build configuration options..."

0 commit comments

Comments
 (0)