Skip to content

Commit

Permalink
Updated to v3.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
louisepb committed Aug 7, 2023
1 parent 1bf3457 commit 9d83e03
Show file tree
Hide file tree
Showing 23 changed files with 29 additions and 22 deletions.
2 changes: 1 addition & 1 deletion Core/TexGen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ CTexGen::CTexGen(void)
, m_pTextileCallback(NULL)
, m_iMajorVersion(3)
, m_iMinorVersion(13)
, m_iRevision(0)
, m_iRevision(1)
, m_bMessagesOn(true)
{
SetLogger(CLoggerScreen());
Expand Down
2 changes: 1 addition & 1 deletion Installer/texgen-64bit-bundle-Python27-2008.nsi
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
; Set the current version, this should change at each release
!define VERSION "3.13.0"
!define VERSION "3.13.1"
!include "LogicLib.nsh"
!include "MUI.nsh"
!include "x64.nsh"
Expand Down
2 changes: 1 addition & 1 deletion Installer/texgen-64bit-bundle-Python27-2012.nsi
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
; Set the current version, this should change at each release
!define VERSION "3.13.0"
!define VERSION "3.13.1"
!include "LogicLib.nsh"
!include "MUI.nsh"
!include "x64.nsh"
Expand Down
2 changes: 1 addition & 1 deletion Installer/texgen-64bit-bundle-Python27-2017.nsi
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
; Set the current version, this should change at each release
!define VERSION "3.13.0"
!define VERSION "3.13.1"
!include "LogicLib.nsh"
!include "MUI.nsh"
!include "x64.nsh"
Expand Down
2 changes: 1 addition & 1 deletion Installer/texgen-64bit-bundle-Python39-2017.nsi
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
; Set the current version, this should change at each release
!define VERSION "3.13.0"
!define VERSION "3.13.1"
!include "LogicLib.nsh"
!include "MUI.nsh"
!include "x64.nsh"
Expand Down
2 changes: 1 addition & 1 deletion Installer/texgen-64bit-bundle2008.nsi
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
; Set the current version, this should change at each release
!define VERSION "3.13.0"
!define VERSION "3.13.1"
!include "LogicLib.nsh"
!include "MUI.nsh"
!include "x64.nsh"
Expand Down
2 changes: 1 addition & 1 deletion Installer/texgen-bundle.nsi
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
; Set the current version, this should change at each release
!define VERSION "3.13.0"
!define VERSION "3.13.1"
!include "LogicLib.nsh"
!include "MUI.nsh"

Expand Down
2 changes: 1 addition & 1 deletion Installer/texgen-bundle2008.nsi
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
; Set the current version, this should change at each release
!define VERSION "3.13.0"
!define VERSION "3.13.1"
!include "LogicLib.nsh"
!include "MUI.nsh"

Expand Down
2 changes: 1 addition & 1 deletion Installer/texgen-bundle2008_Python27.nsi
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
; Set the current version, this should change at each release
!define VERSION "3.13.0"
!define VERSION "3.13.1"
!include "LogicLib.nsh"
!include "MUI.nsh"

Expand Down
2 changes: 1 addition & 1 deletion Installer/texgen.nsi
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
; Set the current version, this should change at each release
!define VERSION "3.13.0"
!define VERSION "3.13.1"
!define PYTHONDLL python25.dll
!define PYTHONVER "2.5"
!include "LogicLib.nsh"
Expand Down
2 changes: 1 addition & 1 deletion Installer/texgen2008.nsi
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
; Set the current version, this should change at each release
!define VERSION "3.13.0"
!define VERSION "3.13.1"
!define PYTHONDLL python27.dll
!define PYTHONVER "2.7"
!include "LogicLib.nsh"
Expand Down
2 changes: 1 addition & 1 deletion Installer/texgen2012.nsi
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
; Set the current version, this should change at each release
!define VERSION "3.13.0"
!define VERSION "3.13.1"
!define PYTHONDLL python27.dll
!define PYTHONVER "2.7"
!include "LogicLib.nsh"
Expand Down
2 changes: 1 addition & 1 deletion Installer/texgen2017.nsi
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
; Set the current version, this should change at each release
!define VERSION "3.13.0"
!define VERSION "3.13.1"
!define PYTHONDLL python27.dll
!define PYTHONVER "2.7"
!include "LogicLib.nsh"
Expand Down
2 changes: 1 addition & 1 deletion Installer/texgenPython3-2017.nsi
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
; Set the current version, this should change at each release
!define VERSION "3.13.0"
!define VERSION "3.13.1"
!define PYTHONDLL python39.dll
!define PYTHONVER "3.9"
!include "LogicLib.nsh"
Expand Down
2 changes: 1 addition & 1 deletion UnitTests/DryFibreULSurfaceTest.inp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
*Heading
File generated by TexGen v3.13.0
File generated by TexGen v3.13.1
************
*** MESH ***
************
Expand Down
2 changes: 1 addition & 1 deletion UnitTests/DryFibreWholeSurfaceTest.inp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
*Heading
File generated by TexGen v3.13.0
File generated by TexGen v3.13.1
************
*** MESH ***
************
Expand Down
2 changes: 1 addition & 1 deletion UnitTests/OctreeVoxelMeshTest.inp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
*Heading
File generated by TexGen v3.13.0
File generated by TexGen v3.13.1
************
*** MESH ***
************
Expand Down
2 changes: 1 addition & 1 deletion UnitTests/RotatedVoxelMeshTest.inp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
*Heading
File generated by TexGen v3.13.0
File generated by TexGen v3.13.1
************
*** MESH ***
************
Expand Down
2 changes: 1 addition & 1 deletion UnitTests/TetgenTestPeriodic.inp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
*Heading
File generated by TexGen v3.13.0
File generated by TexGen v3.13.1
************
*** MESH ***
************
Expand Down
2 changes: 1 addition & 1 deletion UnitTests/TetgenTestQuad.inp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
*Heading
File generated by TexGen v3.13.0
File generated by TexGen v3.13.1
************
*** MESH ***
************
Expand Down
2 changes: 1 addition & 1 deletion UnitTests/VoxelContinuumTest.inp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
*Heading
File generated by TexGen v3.13.0
File generated by TexGen v3.13.1
************
*** MESH ***
************
Expand Down
2 changes: 1 addition & 1 deletion UnitTests/vmesh.inp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
*Heading
File generated by TexGen v3.13.0
File generated by TexGen v3.13.1
************
*** MESH ***
************
Expand Down
7 changes: 7 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Version History
---------------

v3.13.1
=======

Core
====
** Switched order of PERIODIC_BOUNDARY_CONDITIONS enum so matches voxel export dialog

v3.13.0
=======
General
Expand Down

0 comments on commit 9d83e03

Please sign in to comment.