Skip to content

Commit

Permalink
Add iss files, fix some header inclusion issues
Browse files Browse the repository at this point in the history
  • Loading branch information
eantcal committed Nov 2, 2016
1 parent 9150c4b commit 0716323
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
1 change: 1 addition & 0 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,7 @@ SUBDIRS = nunn nunn_topo mnist mnist_test tictactoe and_test xor_test counter_te
EXTRA_DIST = \
ocr_test \
*.sln \
*.iss \
nunn/*.vcxproj* \
nunn_topo/*.vcxproj* \
mnist/*.vcxproj* \
Expand Down
6 changes: 3 additions & 3 deletions config.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
#define PACKAGE_NAME "nunn"

/* Define to the full name and version of this package. */
#define PACKAGE_STRING "nunn 1.54"
#define PACKAGE_STRING "nunn 1.55"

/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "nunn"
Expand All @@ -62,13 +62,13 @@
#define PACKAGE_URL ""

/* Define to the version of this package. */
#define PACKAGE_VERSION "1.54"
#define PACKAGE_VERSION "1.55"

/* Define to 1 if you have the ANSI C header files. */
#define STDC_HEADERS 1

/* Version number of package */
#define VERSION "1.54"
#define VERSION "1.55"

/* Define to `__inline__' or `__inline' if that's what the C compiler
calls it, or to nothing if 'inline' is not supported under any name. */
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.69])
AC_INIT([nunn], [1.54], [acaldmail@gmail.com])
AC_INIT([nunn], [1.55], [acaldmail@gmail.com])
AM_INIT_AUTOMAKE
AC_CONFIG_HEADERS([config.h])

Expand Down
3 changes: 2 additions & 1 deletion nunn32.iss
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ Source: "Release\and_test.exe"; DestDir: "{app}"; Flags: ignoreversion;
Source: "Release\counter_test.exe"; DestDir: "{app}"; Flags: ignoreversion;
Source: "Release\nunn_topo.exe"; DestDir: "{app}"; Flags: ignoreversion;
Source: "ocr_test.net"; DestDir: "{app}\Nets"; Flags: ignoreversion
Source: "tictactoe.net"; DestDir: "{app}\Nets"; Flags: ignoreversion
Source: "tictactoe\tictactoe.net"; DestDir: "{app}\Nets"; Flags: ignoreversion
Source: "*.tar.gz"; DestDir: "{app}\Source"; Flags: ignoreversion
Source: "AUTHORS"; DestDir: "{app}\Documentation"; Flags: ignoreversion
Source: "COPYING"; DestDir: "{app}\LicenseFiles"; Flags: ignoreversion
Source: "README"; DestDir: "{app}\Documentation"; Flags: ignoreversion
Expand Down
1 change: 1 addition & 0 deletions nunn64.iss
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ Source: "x64\Release64\and_test.exe"; DestDir: "{app}"; Flags: ignoreversion; Ch
Source: "x64\Release64\nunn_topo.exe"; DestDir: "{app}"; Flags: ignoreversion; Check: IsWin64;
Source: "ocr_test.net"; DestDir: "{app}\Nets"; Flags: ignoreversion
Source: "tictactoe\tictactoe.net"; DestDir: "{app}\Nets"; Flags: ignoreversion
Source: "*.tar.gz"; DestDir: "{app}\Source"; Flags: ignoreversion
Source: "AUTHORS"; DestDir: "{app}\Documentation"; Flags: ignoreversion
Source: "COPYING"; DestDir: "{app}\LicenseFiles"; Flags: ignoreversion
Source: "README"; DestDir: "{app}\Documentation"; Flags: ignoreversion
Expand Down

0 comments on commit 0716323

Please sign in to comment.