Skip to content

Commit

Permalink
Prepare 3.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tobydox committed Nov 16, 2016
1 parent c50a993 commit d76aedc
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -18,7 +18,7 @@ INCLUDE(FindPkgConfig)

SET(VERSION_MAJOR "3")
SET(VERSION_MINOR "0")
SET(VERSION_PATCH "0")
SET(VERSION_PATCH "1")
SET(VERSION_SUFFIX "")
SET(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
IF(VERSION_SUFFIX)
Expand Down
2 changes: 1 addition & 1 deletion README.md
@@ -1,4 +1,4 @@
iTALC 3.0.0 - Intelligent Teaching and Learning with Computers
iTALC 3.0.1 - Intelligent Teaching and Learning with Computers
===============================================================


Expand Down
2 changes: 1 addition & 1 deletion ica/ica.rc.in
Expand Up @@ -11,7 +11,7 @@ IDR_VNCVIEWER_JAR JAVAARCHIVE "JavaViewer/VncViewer.jar"


VS_VERSION_INFO VERSIONINFO
FILEVERSION 3,0,0,0
FILEVERSION 3,0,1,0
FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
FILEOS VOS_NT_WINDOWS32
FILETYPE VFT_APP
Expand Down
2 changes: 1 addition & 1 deletion ima/italc.rc.in
Expand Up @@ -2,7 +2,7 @@ italcicon ICON data/italc.ico
#include <windows.h>

VS_VERSION_INFO VERSIONINFO
FILEVERSION 3,0,0,0
FILEVERSION 3,0,1,0
FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
FILEOS VOS_NT_WINDOWS32
FILETYPE VFT_APP
Expand Down
2 changes: 1 addition & 1 deletion imc/imc.rc.in
Expand Up @@ -2,7 +2,7 @@ imcicon ICON Resources/imc.ico
#include <windows.h>

VS_VERSION_INFO VERSIONINFO
FILEVERSION 3,0,0,0
FILEVERSION 3,0,1,0
FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
FILEOS VOS_NT_WINDOWS32
FILETYPE VFT_APP
Expand Down

0 comments on commit d76aedc

Please sign in to comment.