File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<assembly manifestVersion =" 1.0" xmlns =" urn:schemas-microsoft-com:asm.v1" >
3
- <assemblyIdentity type =" win32" name =" TUG.TeXworks.TeXworks" version =" 0.6.8 .0" />
3
+ <assemblyIdentity type =" win32" name =" TUG.TeXworks.TeXworks" version =" 0.6.9 .0" />
4
4
<trustInfo xmlns =" urn:schemas-microsoft-com:asm.v2" >
5
5
<security >
6
6
<requestedPrivileges xmlns =" urn:schemas-microsoft-com:asm.v3" >
Original file line number Diff line number Diff line change 1
1
/*
2
2
This is part of TeXworks, an environment for working with TeX documents
3
- Copyright (C) 2008-2017 Jonathan Kew, Stefan Löffler, Charlie Sharpsteen
3
+ Copyright (C) 2008-2024 Jonathan Kew, Stefan Löffler, Charlie Sharpsteen
4
4
5
5
This program is free software; you can redistribute it and/or modify
6
6
it under the terms of the GNU General Public License as published by
21
21
22
22
#define VER_MAJOR 0
23
23
#define VER_MINOR 6
24
- #define VER_BUGFIX 8
25
- #define TEXWORKS_VERSION "0.6.8 "
24
+ #define VER_BUGFIX 9
25
+ #define TEXWORKS_VERSION "0.6.9 "
You can’t perform that action at this time.
0 commit comments